I'm sorry for repost, but I reply new dynamic dns but it did't show
up.
So I have to repost.
Could you delete the previous article I posted , thanks.
--

Hi, I am a Feng Chia University student from Taiwan.
Now I am develpoing a applaction with TurboGears.

It is a flexible article system. I call it "BlockArticle" now.
I design it because that I want to write tutorial or some document
easily.
I hope that I can just focus on "writing" but not on the detail like
handle html problem or something like that.

Why don't I just use blog or something like that?
Because use some syntax or online WYSIWYG also have to repeat
something again and again, and care about the detail.
So I want to simplify that things. I just want to focus on writing
things.

It's main idea is to make repeat thing as some "widget".
(widget here is different from TurboGears')

For example:
If I want to show how a program's code runs line by line on the
article.
I can just write a widget. And use it again and again.

for(int i = 0; i < 10; ++i) {
    printf("hello baby!\n");
}

printf("here we come.\n");

[Next step]

People who viewing article can just click [Next step]
And javascript will show current line as high light

If you want to use this widget, you can just set the code and some
params.
All the details are hidden in widget.
All I have to do is to create, edit, modify ... as I like.
I don't have to care about any detail.
Just write it!

Now the BlockArticle can be used to do basic things.
But there is still some detail to do.
I am considering let it be a open source project.
I know there is limit for one person to program.
With one brain, two hands. I have no time to do everything by my self.
And once I finish this applaction, I have no time to maintain and
improve it by my self.
For these reasons, I want to let it be a open source project.

But the problem is: I don't know are there any guys interesting in
this project?
If there is no body but me to develop this project, there is no
different between developing alone.
So I want to ask would some guys interesting in this project?

Actually, It is difficult for me. As you see, my english is not so
good.
And I have no experience that writing program with other guys.

http://victorlin.serveftp.org:8080/article_manager/

This is BlockArticle running on my computer now.
My ip sometimes change, so if you can't connect to my computer, it
probably means my IP changed.
If so, please let me know. I will post new IP address.
You can click edit of some article and do some operation on it.

That's all my question.
Could you guys give me some suggestion?
Thanks.

Victor Lin.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to