# HG changeset patch # User Myhailo Danylenko # Date 1345506452 -10800 # Node ID abd0e8810b7857549c85bf2279e760622e6d031c # Parent 21680d75d561986ac97c729bc89a626bf79e8789 Rearrange docs diff -r 21680d75d561 -r abd0e8810b78 CMakeLists.txt --- a/CMakeLists.txt Sun Jul 22 15:29:30 2012 +0300 +++ b/CMakeLists.txt Tue Aug 21 02:47:32 2012 +0300 @@ -1,7 +1,7 @@ -## Copyright 2009 Myhailo Danylenko -# This file is part of mcabber module writing howto examples. +## Copyright 2009-2012 Myhailo Danylenko +# This file is part of mcabber-env # -# Examples are free software: you can redistribute it and/or modify +# mcabber-env is a free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. @@ -64,7 +64,7 @@ ## Installation install(TARGETS env DESTINATION lib/mcabber) -install(FILES env.rc COPYING README TODO DESTINATION share/doc/${CPACK_PACKAGE_NAME}) +install(FILES docs/env.rc COPYING docs/readme.mdwn docs/todo.mdwn DESTINATION share/doc/${CPACK_PACKAGE_NAME}) install(DIRECTORY help DESTINATION share/mcabber) install(FILES ${PROJECT_BINARY_DIR}/env.avv DESTINATION share/mcabber/avv/modules RENAME env) diff -r 21680d75d561 -r abd0e8810b78 README --- a/README Sun Jul 22 15:29:30 2012 +0300 +++ b/README Tue Aug 21 02:47:32 2012 +0300 @@ -1,45 +1,1 @@ - -This is a module for mcabber, that allows you to view and -change mcabber's environment variables and woring directory -at run-time. - -To use this module just load it, commands 'env' and 'cd' -will be available. - -INSTALLATION - -To install it, you need: -make -cmake -gcc -glib -mcabber's headers - -Then do -$ mkdir build -$ cd build -$ cmake .. -$ make edit_cache -$ make -# make install - -Debian users can instead of make install do -$ fakeroot make package -# dpkg -i libmcabber-env*.deb - -Users of other distributions can select appropriate package -generator, using cache editor. - -LICENSE - -This code underlies terms of GNU GPL v2 or later. You can find it in file COPYING -from this distribution or on a GNU web-site . - -CONTACTS - -I will be happy to get feedback, patches, suggestions, etc. -You can send me email or contact via jabber . - - -- Myhailo Danylenko - - +docs/readme.mdwn \ No newline at end of file diff -r 21680d75d561 -r abd0e8810b78 TODO --- a/TODO Sun Jul 22 15:29:30 2012 +0300 +++ b/TODO Tue Aug 21 02:47:32 2012 +0300 @@ -1,3 +1,1 @@ - -completion? - +docs/todo.mdwn \ No newline at end of file diff -r 21680d75d561 -r abd0e8810b78 docs/env.rc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/env.rc Tue Aug 21 02:47:32 2012 +0300 @@ -0,0 +1,3 @@ + +module load env + diff -r 21680d75d561 -r abd0e8810b78 docs/index.mdwn --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/index.mdwn Tue Aug 21 02:47:32 2012 +0300 @@ -0,0 +1,9 @@ + +[[!meta title="mcabber-env"]] + +# Debugging tools for MCabber + +Module allows to examine and change MCabber environment +variables and current working directory. + +[ [[!hg mcabber-env desc="SOURCE"]] ] [ [[README|readme]] ] [ [[TODO|todo]] ] [ [[RC|env.rc]] ] diff -r 21680d75d561 -r abd0e8810b78 docs/readme.mdwn --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/readme.mdwn Tue Aug 21 02:47:32 2012 +0300 @@ -0,0 +1,50 @@ + +# MCabber environment investigation + +This is a module for mcabber, that allows you to view and change +mcabber's environment variables and working directory at run-time. + +To use this module just load it, the commands 'env' and 'cd' will be +available. + +# Installation + +To install it, you need: + + * mcabber headers + * glib + * cmake + * make + * c compiler (gcc) + * linker (binutils) + +Then do: + + $ mkdir build + $ cd build + $ cmake .. + $ make edit_cache + $ make + # make install + +Debian users can instead of make install do: + + $ make package + # dpkg -i libmcabber-env_*.deb + +Users of other distributions can select appropriate package generator, +using cache editor. + +# License + +This code underlies terms of GNU GPL v2 or later. You can find it in +file COPYING from this distribution or on a GNU web-site +. + +# Contact + +I will be happy to get feedback, patches, suggestions, etc. +You can send me email or contact via jabber . + + -- Myhailo Danylenko + diff -r 21680d75d561 -r abd0e8810b78 docs/todo.mdwn --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/todo.mdwn Tue Aug 21 02:47:32 2012 +0300 @@ -0,0 +1,3 @@ + +* completion? + diff -r 21680d75d561 -r abd0e8810b78 env.rc --- a/env.rc Sun Jul 22 15:29:30 2012 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ - -module load env -