Giter Club home page Giter Club logo

elpa's Introduction

ELPA 镜像 - Emacs China

https://travis-ci.org/emacs-china/elpa.svg?branch=master https://elpa.zilongshanren.com/downloads-badge.svg

ELPA镜像地址
GNU ELPAhttp://elpa.zilongshanren.com/gnu/
MELPAhttp://elpa.zilongshanren.com/melpa/
MELPA Stablehttp://elpa.zilongshanren.com/melpa-stable/
Marmaladehttp://elpa.zilongshanren.com/marmalade/
Orghttp://elpa.zilongshanren.com/org/

使用方法

根据你的需求,设置 package-archives ,比如用 GNU ELPA 和 MELPA:

(setq package-archives '(("gnu"   . "http://elpa.zilongshanren.com/gnu/")
                         ("melpa" . "http://elpa.zilongshanren.com/melpa/")))

Spacemacs 用户

添加下面的代码到 .spacemacsdotspacemacs/user-init()

(setq configuration-layer--elpa-archives
    '(("melpa-cn" . "http://elpa.zilongshanren.com/melpa/")
      ("org-cn"   . "http://elpa.zilongshanren.com/org/")
      ("gnu-cn"   . "http://elpa.zilongshanren.com/gnu/")))

Cask 用户

Cask 是一个 Emacs Lisp 的项目管理工具。这里还是以 GNU ELPA 和 MELPA 为例,在添加下面的代码到 Cask

(source "gnu"   "http://elpa.zilongshanren.com/gnu/")
(source "melpa" "http://elpa.zilongshanren.com/melpa/")

镜像说明

每八小时更新一次。

支持 HTTPS,只需要把 elpa.zilongshanren.com 的 http 前缀修改成 https 即可。

由于 emacs-china.org 没有备案,我们用了子龙山人提供的子域名。即使将来
emacs-china.org 备案了, elpa.zilongshanren.com 也会继续工作。

Rsync

上游 GNU ELPAMELPA 提供了 Rsync 服务,其地址分别为:

rsync://elpa.gnu.org/elpa/
rsync://melpa.org/packages/

而对于没有提供 Rsync 服务的 ELPA,你可以考虑使用 Emacs China 提供的 Rsync 服务,其地址分别为:

rsync://elpa.zilongshanren.com/elpa/melpa-stable/
rsync://elpa.zilongshanren.com/elpa/marmalade/
rsync://elpa.zilongshanren.com/elpa/org/

你也可以直接从 Emacs China 同步所有的 ELPA,约占 2 G,其地址为:

rsync://elpa.zilongshanren.com/elpa/

报告问题

https://github.com/emacs-china/elpa/issues

致谢

@zilongshanren 提供域名和 VPS

Travis CI 同步的工作在它上面完成,使得我们不用购买一台国外的 VPS

@li-xinyang 设计 http://elpa.emacs-china.org/ 这个页面

@qinshulei 改进 http://elpa.emacs-china.org/ 这个页面

elpa's People

Contributors

xuchunyang avatar colin4124 avatar 0owen avatar

Watchers

James Cloos avatar henrylin2015 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.