Changeset 305
- Timestamp:
- 08/03/09 09:19:32 (3 years ago)
- Files:
-
- 9 edited
-
branches/release/0.2/HACKING (modified) (4 diffs)
-
branches/release/0.2/debian/itaka.docs (modified) (1 diff)
-
branches/release/0.2/debian/itaka.sgml (modified) (2 diffs)
-
branches/release/0.2/debian/rules (modified) (1 diff)
-
branches/release/0.2/share/itaka.desktop (modified) (1 diff)
-
trunk/debian/itaka.docs (modified) (1 diff)
-
trunk/debian/itaka.sgml (modified) (2 diffs)
-
trunk/debian/rules (modified) (1 diff)
-
trunk/share/itaka.desktop (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release/0.2/HACKING
r213 r305 1 NOTE: This guide is a rough reference, and will always mostly be incomplete. 1 NOTE: This guide is a rough reference, please take the time to read the code 2 line by line, as it is not that long. It is also outdated in some parts. 2 3 3 4 Abstract: … … 7 8 of the other to a certain extent. First there is the core loader 8 9 'itaka.py', which in turn loads the Console and Configuration handlers 9 ('console.py' and 'config uration.py'). The configuration is read and10 ('console.py' and 'config.py'). The configuration is read and 10 11 loaded, and the passed to the new instance of our Console handler. 11 12 … … 41 42 42 43 43 Technic hal standards:44 Technical standards: 44 45 * Inter-class communication: it is done by passing instances of one class 45 46 to the child object that needs it. For example, the … … 66 67 Itaka is fully documented with Epydoc. 67 68 68 You can ownload epydoc from http://epydoc.sourceforge.net/69 You can download epydoc from http://epydoc.sourceforge.net/ 69 70 70 71 You can generate documentation using epydoc. 71 72 72 mkdir doc73 epydoc --html -o doc -n Itaka -u "http://itaka.jardinpresente.com.ar" *.py73 mkdir doc 74 epydoc --html -o doc -n Itaka -u "http://itaka.jardinpresente.com.ar" *.py 74 75 -
branches/release/0.2/debian/itaka.docs
r130 r305 2 2 BUGS 3 3 AUTHORS 4 HACKING 4 5 TODO 5 6 README -
branches/release/0.2/debian/itaka.sgml
r295 r305 47 47 </refsect1> 48 48 <refsect1> 49 <title>OPTIONS</title> 50 <para>Itaka follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below.</para> 51 <para> 52 <emphasis role="bold">-h, --help</emphasis> 53 Show summary of options. 54 </para> 55 <para> 56 <emphasis role="bold">-v, --version</emphasis> 57 Show the version of the program. 58 </para> 59 <para> 60 <emphasis role="bold">-r, --revision</emphasis> 61 Show the revision of the progam. 62 </para> 63 <para> 64 <emphasis role="strong">-d, --debug</emphasis> 65 Start in debug mode. 66 </para> 67 </refsect1> 68 <refsect1> 49 69 <title>SEE ALSO</title> 50 70 … … 54 74 <title>AUTHOR</title> 55 75 56 <para>Itaka was written by: Marc E. &dhemail;.</para>76 <para>Itaka was written by: Marc E. <&dhemail>;.</para> 57 77 58 78 <para>This manual page was written by &dhusername; &dhemail; for -
branches/release/0.2/debian/rules
r298 r305 27 27 28 28 # This needs to be updated to have the new options 29 #/usr/bin/docbook-to-man debian/itaka.sgml > share/itaka.129 /usr/bin/docbook-to-man debian/itaka.sgml > share/itaka.1 30 30 31 31 touch build-stamp -
branches/release/0.2/share/itaka.desktop
r299 r305 5 5 GenericName=Itaka on-demand screenshot server 6 6 GenericName[es]=Servidor de pantallas por demanda 7 GenericName[fr]=Itaka, serveur de captures d'écran à la demande 7 8 Comment=Screenshot server 8 9 Comment[es]=Servidor de capturas de pantalla 10 Comment[fr]=Serveur de captures d'écran 9 11 StartupNotify=true 10 12 Icon=itaka -
trunk/debian/itaka.docs
r130 r305 2 2 BUGS 3 3 AUTHORS 4 HACKING 4 5 TODO 5 6 README -
trunk/debian/itaka.sgml
r297 r305 47 47 </refsect1> 48 48 <refsect1> 49 <title>OPTIONS</title> 50 <para>Itaka follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below.</para> 51 <para> 52 <emphasis role="bold">-h, --help</emphasis> 53 Show summary of options. 54 </para> 55 <para> 56 <emphasis role="bold">-v, --version</emphasis> 57 Show the version of the program. 58 </para> 59 <para> 60 <emphasis role="bold">-r, --revision</emphasis> 61 Show the revision of the progam. 62 </para> 63 <para> 64 <emphasis role="strong">-d, --debug</emphasis> 65 Start in debug mode. 66 </para> 67 </refsect1> 68 <refsect1> 49 69 <title>SEE ALSO</title> 50 70 … … 54 74 <title>AUTHOR</title> 55 75 56 <para>Itaka was written by: Marc E. &dhemail;.</para>76 <para>Itaka was written by: Marc E. <&dhemail>;.</para> 57 77 58 78 <para>This manual page was written by &dhusername; &dhemail; for -
trunk/debian/rules
r298 r305 27 27 28 28 # This needs to be updated to have the new options 29 #/usr/bin/docbook-to-man debian/itaka.sgml > share/itaka.129 /usr/bin/docbook-to-man debian/itaka.sgml > share/itaka.1 30 30 31 31 touch build-stamp -
trunk/share/itaka.desktop
r299 r305 5 5 GenericName=Itaka on-demand screenshot server 6 6 GenericName[es]=Servidor de pantallas por demanda 7 GenericName[fr]=Itaka, serveur de captures d'écran à la demande 7 8 Comment=Screenshot server 8 9 Comment[es]=Servidor de capturas de pantalla 10 Comment[fr]=Serveur de captures d'écran 9 11 StartupNotify=true 10 12 Icon=itaka
Note: See TracChangeset
for help on using the changeset viewer.

