[sagenb] 144/157: Reorganize misc parts of README

felix salfelder felix-guest at moszumanska.debian.org
Mon Dec 22 16:52:02 UTC 2014


This is an automated email from the git hooks/post-receive script.

felix-guest pushed a commit to branch master
in repository sagenb.

commit cb7f78625d68d6cb21b46be143917d9b3bba7cff
Author: kcrisman <kcrisman at gmail.com>
Date:   Thu Nov 6 15:18:02 2014 -0500

    Reorganize misc parts of README
    
    Just making things a bit clearer
---
 README.rst | 72 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 41 insertions(+), 31 deletions(-)

diff --git a/README.rst b/README.rst
index dfdd968..b5e93f7 100644
--- a/README.rst
+++ b/README.rst
@@ -72,13 +72,41 @@ Settings" section of the "Settings."
 Development
 ===========
 
-See the Sage Developer's guide, part of the Sage documentation, for
+See the Sage Developer's guide, part of the Sage documentation, at
+http://www.sagemath.org/doc/developer/index.html for
 instructions.  There is also a useful, if somewhat outdated, overview
 of the directory structure, evaluation and serving flow at
 http://wiki.sagemath.org/devel/SageNotebook
 
-Miscellaneous Release Instructions
-----------------------------------
+
+Stylesheets (CSS)
+-----------------
+See ``sass/readme.txt``.
+
+
+Localization
+------------
+
+To add a locale to an existing install, we have some
+possibly outdated instructions:
+
+    * Create a new locale, or download one from
+      http://wiki.sagemath.org/i18n . To create a new locale:
+
+      * Edit and save a copy of ``sagenb.pot`` using your favorite text
+        editor or POEdit (http://poedit.net)
+
+      * (Recommended) Post the new locale to
+        http://wiki.sagemath.org/i18n
+
+    * Compile your copy via ``msgfmt sagenb.pot -o sagenb.mo``
+
+    * Copy ``sagenb.mo`` to ``sagenb/locale/xx_YY/LC_MESSAGES/``, where
+      xx_YY is a locale code (en_US, pt_BR, en_UK, etc.)
+
+
+Older Release Instructions
+--------------------------
 
 The following advice for release managers of sagenb is taken from the
 old SPKG.txt file that was sitting around. Most of it is probably
@@ -116,36 +144,18 @@ make sense in some cases.
 
       * Replace ``sagenb.pot`` with ``sagenb.po``.
 
-      * Then, update the version in ``setup.py`` and commit this change.
-
-      * Run ``dist.sh``, optionally with a ``-g`` argument to package
-        the git repo too.
-
-      * Copy the newly generated ``dist/`` directory from the sagenb
-        repo to the SPKG's root directory and rename it ``src/``
-        , replacing the ``src/`` directory that is currently there
-
-      * Pack up the SPKG with ``sage --pkg --no-compress`` (because
-        everything in ``src/`` is already compressed)
-
-      * Install and test the new spkg: ``sage -f sagenb-*.spkg``
-
-      * Don't forget to push all changes in the sagenb repo to github.
-
-    Stylesheets (CSS): see ``sass/readme.txt``.
-
-    To add a locale to an existing install:
+    * Then, update the version in ``setup.py`` and commit this change.
 
-    * Create a new locale, or download one from
-      http://wiki.sagemath.org/i18n . To create a new locale:
+    * Run ``dist.sh``, optionally with a ``-g`` argument to package
+      the git repo too.
 
-      * Edit and save a copy of ``sagenb.pot`` using your favorite text
-        editor or POEdit (http://poedit.net)
+    * Copy the newly generated ``dist/`` directory from the sagenb
+      repo to the SPKG's root directory and rename it ``src/``
+      , replacing the ``src/`` directory that is currently there
 
-      * (Recommended) Post the new locale to
-        http://wiki.sagemath.org/i18n
+    * Pack up the SPKG with ``sage --pkg --no-compress`` (because
+      everything in ``src/`` is already compressed)
 
-    * Compile your copy via ``msgfmt sagenb.pot -o sagenb.mo``
+    * Install and test the new spkg: ``sage -f sagenb-*.spkg``
 
-    * Copy ``sagenb.mo`` to ``sagenb/locale/xx_YY/LC_MESSAGES/``, where
-      xx_YY is a locale code (en_US, pt_BR, en_UK, etc.)
+    * Don't forget to push all changes in the sagenb repo to github.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagenb.git



More information about the debian-science-commits mailing list