README and TODO
authorMyhailo Danylenko <isbear@ukrpost.net>
Fri, 15 Jan 2010 12:57:16 +0200
changeset 3 7b0b509e02e4
parent 2 6a47079725da
child 4 faaed3ae3fa8
README and TODO
CMakeLists.txt
README
TODO
--- a/CMakeLists.txt	Fri Jan 15 12:25:04 2010 +0200
+++ b/CMakeLists.txt	Fri Jan 15 12:57:16 2010 +0200
@@ -28,7 +28,7 @@
 set(CPACK_PACKAGE_VERSION "0.0.1")
 set(CPACK_PACKAGE_VENDOR "IsBear")
 set(CPACK_PACKAGE_CONTACT "Myhailo Danylenko <isbear@ukrpost.net>")
-set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Mcabber example modularized yaubil implementation")
+set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Mcabber's Yet Another Useless Built-In Language")
 set(CPACK_RESOURCE_FILE_LICENSE ${yaubil_SOURCE_DIR}/COPYING)
 set(CPACK_SOURCE_GENERATOR TBZ2)
 set(CPACK_GENERATOR DEB CACHE TEXT "Binary package generator, eg DEB, RPM, TGZ, NSIS...")
@@ -61,7 +61,7 @@
 
 ## Installation
 install(TARGETS yaubil DESTINATION lib/mcabber) 
-install(FILES COPYING yaubil.rc DESTINATION share/doc/${CPACK_PACKAGE_NAME})
+install(FILES COPYING yaubil.rc README TODO DESTINATION share/doc/${CPACK_PACKAGE_NAME})
 install(DIRECTORY help DESTINATION share/mcabber)
 
 ## The End ## vim: se ts=4: ##
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Fri Jan 15 12:57:16 2010 +0200
@@ -0,0 +1,43 @@
+
+Welcome to Yet Another Useless Built-In Language.
+It provides conditional and blocking constructs, as well
+as some arithmetic expression evaluation and string
+concatenation. String splitting is not yet implemented,
+but is planned.
+
+INSTALLATION
+
+To install it, you need:
+cmake
+make
+gcc
+glib
+mcabber 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 libmcbber-yaubil*.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 <http://www.gnu.org/licenses/>.
+
+CONTACTS
+
+I will be happy to get feedback, patches, suggestions, etc.
+You can send me email or contact via jabber <isbear@unixzone.org.ua>.
+
+  -- Myhailo Danylenko <isbear@ukrpost.net>
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TODO	Fri Jan 15 12:57:16 2010 +0200
@@ -0,0 +1,3 @@
+
+String splitting (need to decide, which operator characters to use)
+