FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » PHP / LaTeX project
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
PHP / LaTeX project [message #177302] Tue, 06 March 2012 15:36 Go to next message
Philipp Kraus is currently offline  Philipp Kraus
Messages: 14
Registered: December 2010
Karma: 0
Junior Member
Hello,

I hope I can send this question to this newsgroup:
I'm searching some interessting people that would like to do a
project in their free time. I'm a very big fan of LaTeX and PHP
based frameworks, so I would create a CMS to using LaTeX within a browsers for
editing and creating PDF documents with LaTeX. In the last week I have
written down
some project code on http://code.google.com/p/weblatex/

Does anybody has some interesst to work on it?

Thanks

Phil
Re: PHP / LaTeX project [message #177303 is a reply to message #177302] Tue, 06 March 2012 19:41 Go to previous messageGo to next message
aaa is currently offline  aaa
Messages: 4
Registered: February 2012
Karma: 0
Junior Member
> I hope I can send this question to this newsgroup:
> I'm searching some interessting people that would like to do a
> project in their free time. I'm a very big fan of LaTeX and PHP
> based frameworks, so I would create a CMS to using LaTeX within a browsers
> for
> editing and creating PDF documents with LaTeX. In the last week I have
> written down
> some project code on http://code.google.com/p/weblatex/
>
> Does anybody has some interesst to work on it?

Looks like PHP4 code with need for lots of external command-line
applications: asymptote, bibtex, metapost, makeindex, pdf2latex...
Can't even find all of these for Windows.
Do you have a working demo somewhere? I would like to see it running and I
think this could attract some people to your project.

Best regards,
A
Re: PHP / LaTeX project [message #177304 is a reply to message #177303] Tue, 06 March 2012 20:44 Go to previous messageGo to next message
Philipp Kraus is currently offline  Philipp Kraus
Messages: 14
Registered: December 2010
Karma: 0
Junior Member
On 2012-03-06 20:41:22 +0100, aaa said:

>>
>> I hope I can send this question to this newsgroup:
>> I'm searching some interessting people that would like to do a
>> project in their free time. I'm a very big fan of LaTeX and PHP
>> based frameworks, so I would create a CMS to using LaTeX within a browsers for
>> editing and creating PDF documents with LaTeX. In the last week I have
>> written down
>> some project code on http://code.google.com/p/weblatex/
>>
>> Does anybody has some interesst to work on it?
>
> Looks like PHP4 code with need for lots of external command-line
> applications: asymptote, bibtex, metapost, makeindex, pdf2latex...
> Can't even find all of these for Windows.

TexLive and MikTex supports bibtex, metapost, makeindex and pdf2latex.
I don't work with asymptote, I'm using TikZ, so sorry, I don't know
that


> Do you have a working demo somewhere? I would like to see it running
> and I think this could attract some people to your project.

I have upload a first screenshot on the project page. I'm using
CKEditor for editing the data, full jQuery / Ajax
support for the webcontent, jQuery filetree / document support and a
full right management to the documents (works at the moment). Each
document creates a session look, so only one user can write the
document (document part). Within the GUI you can create drafts, which
are reverenced by the documents, a document is a accumulation of TeX
code blocks, on which you can set different right accesses.
I will store HTML code within the database and generate TeX code with
XSLT and send them to the installed pdf2tex command.
In the future I will also add a "diff" command so each user can edit a
locked document, but after unlocked the use can show the differences.
A history works at this time also, so each change on a draft / document
will be rersible.
I'm using also PHP ADODB for creating a database independed access (I'm
working at the moment on mySQL). The system is also themeable
and I will create a plugin interface for extensions. The CKEditor can
be advanced with plugins, so some special TeX structures can be added
directly into the editor (I'm thinking about a full TikZ support). The
systen uses only UTF-8 support and I have implementated the gettext
structure
for multilanguage.

The project should be for workgroups, that would like to use the
plurality of TeX with only one tex installation on the server. I think
it
is primarly für the LAN use. I know it's a lot of work :-P

Phil
Re: PHP / LaTeX project [message #177305 is a reply to message #177304] Tue, 06 March 2012 22:54 Go to previous messageGo to next message
aaa is currently offline  aaa
Messages: 4
Registered: February 2012
Karma: 0
Junior Member
> The project should be for workgroups, that would like to use the plurality
> of TeX with only one tex installation on the server. I think it
> is primarly für the LAN use. I know it's a lot of work :-P

Seems like a lot of work to do and quite interesting project.
I hope you'll succeed.
One advice: English everywhere, even on screen-shots. Not many people know
German.

Best regards,
A
Re: PHP / LaTeX project [message #177306 is a reply to message #177305] Tue, 06 March 2012 23:35 Go to previous messageGo to next message
Philipp Kraus is currently offline  Philipp Kraus
Messages: 14
Registered: December 2010
Karma: 0
Junior Member
On 2012-03-06 23:54:33 +0100, aaa said:

>>
>> The project should be for workgroups, that would like to use the
>> plurality of TeX with only one tex installation on the server. I think
>> it
>> is primarly für the LAN use. I know it's a lot of work :-P
>
> Seems like a lot of work to do and quite interesting project.
> I hope you'll succeed.
> One advice: English everywhere, even on screen-shots. Not many people
> know German.

The screenshot is out of my system, you see the menu items are mixed
names (german and english). I prefer
english only, most people understand this. Translation should be one of
the final steps. I have tested the gettext options,
but there at the moment I don't translate the options, because the base
system should be completed. I hope here are
some people which would help maybe :-)

Phil
Re: PHP / LaTeX project [message #177307 is a reply to message #177305] Tue, 06 March 2012 23:42 Go to previous messageGo to next message
Philipp Kraus is currently offline  Philipp Kraus
Messages: 14
Registered: December 2010
Karma: 0
Junior Member
On 2012-03-06 23:54:33 +0100, aaa said:

> One advice: English everywhere, even on screen-shots. Not many people
> know German.

I forgot something: code, database and documentation (Doxygen) are in
english only.
The code used the object-orientated paradigm with namespaces. I use a
style guid for the
name conversation of methods, functions, variables and class- / filenames.
Re: PHP / LaTeX project [message #177308 is a reply to message #177303] Wed, 07 March 2012 00:36 Go to previous message
Philipp Kraus is currently offline  Philipp Kraus
Messages: 14
Registered: December 2010
Karma: 0
Junior Member
On 2012-03-06 20:41:22 +0100, aaa said:

> Do you have a working demo somewhere? I would like to see it running
> and I think this could attract some people to your project.

a small demo can you found here: http://flashpixx.de/weblatex/
At the moment only editing / saving of the draft data is working
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Mac OS X how to install php / yaml ?
Next Topic: XAMPP only works first time
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 16:41:48 GMT 2024

Total time taken to generate the page: 0.02737 seconds