From 90f45aa424f468a3025fdf9b91396ac20ee0c046 Mon Sep 17 00:00:00 2001 From: "psyc://psyced.org/~lynX" <@> Date: Sun, 8 May 2011 22:31:54 +0200 Subject: [PATCH 1/2] + --- README | 41 +++++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/README b/README index c84e3dd..119feec 100644 --- a/README +++ b/README @@ -1,13 +1,14 @@ = libpsyc Readme File = libpsyc implements various functions required to use psyc. -See http://about.psyc.eu/libpsyc for more information on the library -See http://about.psyc.eu/Specification for more information on the new psyc -specification -See http://about.psyc.eu for information on psyc in general. + +See http://about.psyc.eu/libpsyc for more information on the library. +See http://about.psyc.eu/Specification for more information + on the new PSYC specification. +See http://about.psyc.eu for information on PSYC in general. The plain C API located in the include/psyc directory along with the file psyc.h -is primary intended to be used for binding with other languages and frameworks. +is primarily intended to be used for binding with other languages and frameworks. Available bindings are located in include/ where name is the lanugage or framework. @@ -15,11 +16,11 @@ framework. == Directory Overview == -doc — where the documentation will be put after generation -include — contains all bindings and the core C API for the library -lib — where the compiled library will be put -src — contains the sourcecode of the library -test — contains test sourcecodes and test input files +doc -- where the documentation will be put after generation +include -- contains all bindings and the core C API for the library +lib -- where the compiled library will be put +src -- contains the sourcecode of the library +test -- contains test sourcecodes and test input files == Compiling libpsyc == @@ -30,22 +31,26 @@ Type and you are done. Other possible targets include: - make diet — compile with diet libc - make test — compile and run the test - make doc — generate the API documentation (will be put in the doc folder) - make help — display the possible targets + make diet -- compile with diet libc + make test -- compile and run the test + make doc -- generate the API documentation (will be put in the doc folder) + make help -- display the possible targets + +== Requirements == + +libpsyc is currently known to compile under Linux and SunOS. == Contributors And Contribution == The library is being developed by -* tg — psyc://tgbit.net/~tg +* tg -- psyc://tgbit.net/~tg xmpp:tg@tgbit.net irc://tgbit.net/~tg -* lynx — psyc://psyced.org/~lynx +* lynx -- psyc://psyced.org/~lynx xmpp:lynx@psyced.org irc://psyced.org/~lynX -* Marenz — psyc://supraverse.net/~marenz +* Marenz -- psyc://supraverse.net/~marenz xmpp:marenz@supraverse.net irc://supraverse.net/~marenz @@ -59,4 +64,4 @@ developement room at == Licence == -— To be discussed — +-- To be discussed -- From 2a709e57b58304afcbb8b4fb51f618f502523d2e Mon Sep 17 00:00:00 2001 From: "psyc://psyced.org/~lynX" <@> Date: Sun, 8 May 2011 22:33:21 +0200 Subject: [PATCH 2/2] marenz, you die. you are resurrected. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 9b07d8a..7b31ad6 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -= libpsyc Readme File = += libpsyc README file = -libpsyc implements various functions required to use psyc. +libpsyc implements various functions required to use PSYC. See http://about.psyc.eu/libpsyc for more information on the library. See http://about.psyc.eu/Specification for more information