[Xword-commits] r82 - trunk www
terrencegf at garage.maemo.org
terrencegf at garage.maemo.org
Thu May 15 22:48:04 EEST 2008
Author: terrencegf
Date: 2008-05-15 22:47:59 +0300 (Thu, 15 May 2008)
New Revision: 82
Modified:
trunk/README.txt
www/index.html
Log:
Updated docs to reflect new organization of the repository.
Modified: trunk/README.txt
===================================================================
--- trunk/README.txt 2008-05-10 02:39:31 UTC (rev 81)
+++ trunk/README.txt 2008-05-15 19:47:59 UTC (rev 82)
@@ -1,58 +1,26 @@
BUILDING THE .DEB
-----------------
-An xword deb file can be built in Scratchbox, or on a normal Debian
-system, or on a Nokia Internet Tablet using PyPackager
-(http://khertan.net/softwares/pypackager.php).
+An xword deb file can be built in Scratchbox, or on a normal Debian system.
+The process is as follows:
-Building in Scratchbox, or on a normal Debian-based system, the
-process is the same:
+(1) Unpack the tar.gz file, or check out the code from subversion:
-(1) Unpack the tar.gz file, or check out the code from subversion
+ svn checkout https://garage.maemo.org/svn/xword/trunk/
-(2) Change into the source directory
+(2) Change into the source directory (i.e. the one containing the "xword"
+ file).
(3) Execute dpkg-buildpackage:
dpkg-buildpackage -rfakeroot -i
-
-Building using PyPackager:
-
-(1) Check out the code from the subversion repository:
-
- svn checkout https://garage.maemo.org/svn/xword/trunk
-
-(2) Delete all of the .svn subdirectories so they don't get installed
- by the newly generated .deb:
-
- find trunk/root -name .svn | xargs rm -rf
-
-(3) Start PyPackager and open the file "trunk/debian/xword.pypackager". To do
- this, click the small Open Folder icon in the lower left corner. This
- brings up the "Open Project" window. Navigate to the "trunk/debian/"
- folder and open the "xword.pypackager" file.
-
-(4) You will now be back in the main PyPackager window. Select the "General"
- tab if it isn't already selected. At the bottom of that window you will
- see "Source Folder:". If you checked out the code to the "/home/user"
- folder, the path in that box is correct. However, if you checked out the
- code to a different folder, you will need to change this value. To do
- this, click on the "Open" button and navigate to the "/trunk/root/"
- directory. You will know you are in the correct folder when you see a
- single folder "usr" in the right pane. Click the "Open" at the bottom of
- the screen.
-
-(4) Click the build button at the bottom of the window. It looks like three
- small gears. The process will take a few seconds and you won't see any
- result window in PyPackager. Your newly built .deb will be in the "trunk"
- directory.
-
RUNNING XWORD WITHOUT THE .DEB
------------------------------
-If you have python2.5 and pyGTK on another platform (Linux, Windows, Mac OS X),
-you can simply check out the code from the subversion respository and run it.
+If you have python2.5 and pyGTK on another platform (Linux, Windows,
+Mac OS X), you can simply check out the code from the subversion respository
+and run it.
- svn checkout https://garage.maemo.org/svn/xword/trunk/root/usr/
+ svn checkout https://garage.maemo.org/svn/xword/trunk/
-Change into the newly created "usr/bin/" directory and run "xword".
+Change into the newly created "trunk/" directory. Then run "./xword".
Modified: www/index.html
===================================================================
--- www/index.html 2008-05-10 02:39:31 UTC (rev 81)
+++ www/index.html 2008-05-15 19:47:59 UTC (rev 82)
@@ -63,9 +63,9 @@
<p>
Now, <a href="https://garage.maemo.org/frs/?group_id=620">install
the latest version of the xword.deb file</a>. If the program does
- not install correctly, you may need to enable <a
- href="http://maemo.org/community/wiki/ApplicationManagerRedPillMode/">Red
- Pill mode</a>. Alternatively, you can open an xterm and
+ not install correctly, you may need to <a
+ href="http://maemo.org/community/wiki/ApplicationManagerRedPillMode/">enable
+ Red Pill mode</a>. Alternatively, you can open an xterm and
install everything manually as root. To do this, SAVE the latest
xword.deb to your NIT and then run the following commands in a terminal.
</p>
@@ -121,8 +121,13 @@
<b>File</b>
<blockquote>
<ul>
- <li><b>Open</b> - Open a .puz file
+ <li><b>Open</b> - Open a .puz file.
</li>
+ <!--
+ <li><b>Recent</b> - Show a list of the last five .puz files
+ opened. This allows you to quickly (re)open recent puzzles.
+ </li>
+ -->
<li><b>Save</b> - Save the state of the current puzzle. This is
not strictly necessary since the state of the puzzle gets saved
automatically when you exit the program.
@@ -329,11 +334,11 @@
</p>
<blockquote>
<code>
- svn checkout https://garage.maemo.org/svn/xword/trunk/root/usr/
+ svn checkout https://garage.maemo.org/svn/xword/trunk/
</code>
</blockquote>
<p>
- Change into the newly created "<tt>usr/bin/</tt>" directory and run the
+ Change into the newly created "<tt>trunk/</tt>" directory and run the
"<tt>xword</tt>" program you find there. For Windows, you may need to
rename "<tt>xword</tt>" to "<tt>xword.py</tt>" to be able to run it by
double-clicking.
@@ -357,7 +362,7 @@
<hr/>
<div align="center">
- Last update: May 6, 2008
+ Last update: May 15, 2008
</div>
</body>
More information about the Xword-commits
mailing list