wiko-community Mailing List for WiKo
Status: Beta
Brought to you by:
vokimon
You can subscribe to this list here.
| 2008 |
Jan
(5) |
Feb
(10) |
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(30) |
Sep
(14) |
Oct
(10) |
Nov
(2) |
Dec
|
|---|
|
From: David G. G. <dg...@iu...> - 2008-11-30 23:26:46
|
El Sunday 30 November 2008 21:42:24 Simson Garfinkel va escriure: > Hi there. Wiko looks like just what I've been looking for to maintain > my website. (Actually, several websites). In fact, I had already > started writing something like this in Python. Just like us: just to keep our websites. :-) Joining efforts in a single project would be nice. > The program that I was writing in python started doing the wiki->HTML > formatting, like Python, but it also maintains a course calendar for > classes, knows about holidays, lays out classes on a grid, and makes > iCal files. > Here are my questions about wiko: > > 1. Is there an easy way to make the navigation bar? > 2. Is there an easy way to have links that span between web pages? The idea is placing common content such as a navigation bar in the scheleton.html file, as we do with the side bar in the wiko web: http://www.iua.upf.edu/~dgarcia/wiko/scheleton.html Then each .wiki page is the different content on each web page. > Right now my website is being done with Rapid Weaver, which I find > quite frustrating. I'm trying to decide if I should move it into > WordPress or move it into MediaWiki. Wiko would be an interesting > alternative. Can you help me with #1 and #2? > > Also, if there is interest, I could pull out the calendar stuff from > my course maintenance pages. If you want to see an example of what it > looks like, check out http://cs4920.simson.net/ I don't know which could be the proper way of managing calendars in wiko, but, of course having some integration could be interesting. Anyway, if you generate the calendar html fragment into /content/calendar.html, wiko will embed it in the schema.html as /calendar.html, That is the 'Wrapping HTML content' mode explained at the usage page. So you can still use your software to generate the calendar and wiki files for the rest, and wiko to generate the whole web with an integrated look and feel. -- David García Garzón (Work) dgarcia at iua dot upf anotherdot es http://www.iua.upf.edu/~dgarcia |
|
From: Simson G. <si...@ac...> - 2008-11-30 20:42:07
|
Hi there. Wiko looks like just what I've been looking for to maintain my website. (Actually, several websites). In fact, I had already started writing something like this in Python. The program that I was writing in python started doing the wiki->HTML formatting, like Python, but it also maintains a course calendar for classes, knows about holidays, lays out classes on a grid, and makes iCal files. Here are my questions about wiko: 1. Is there an easy way to make the navigation bar? 2. Is there an easy way to have links that span between web pages? Right now my website is being done with Rapid Weaver, which I find quite frustrating. I'm trying to decide if I should move it into WordPress or move it into MediaWiki. Wiko would be an interesting alternative. Can you help me with #1 and #2? Also, if there is interest, I could pull out the calendar stuff from my course maintenance pages. If you want to see an example of what it looks like, check out http://cs4920.simson.net/ -Simson |
|
From: David G. G. <dg...@iu...> - 2008-10-16 14:17:52
|
Commited. Sorry for the delay. We still have to incorporate the other changes. I just added them to the todo page. On Friday 26 September 2008 10:13:53 Pablo Barrera wrote: > On 26/09/2008, at 6:02:55, David García Garzón wrote: > > What a clever patch :-). I'll apply it as soon as possible. Not time > > now. We > > should consider giving you commit access. Do you have sourceforge > > account? > > (Same problem here, I forgot to send the email to the list, sorry). > > Yes, I have. It is barrera. > > > The changes should also be applied to the LaTeX substitutions. It > > might > > require substitute doubled %% in existing documents. Or maybe adding: > > (r"%%", r"%"), > > That's backward compatibility. A nice feature indeed. ;-) > > Regards, > > Pablo > > > On Wednesday 24 September 2008, Pablo Barrera wrote: > >> Hi > >> > >> I have merged my own branch of wiko into the main one. Almost all the > >> thinks I need are already there, but I have found a couple of thinks. > >> > >> The problem with the % in the text is still there. Here I send a > >> patch > >> that fix it for me. > >> > >> The other issue is about the blog structures, but I will talk about > >> it > >> in a different thread. > >> > >> Regards, > >> > >> Pablo > >> > >> -- > >> Pablo Barrera > >> http://gsyc.es/~barrera/ > > > > -- > > David García Garzón > > (Work) dgarcia at iua dot upf anotherdot es > > http://www.iua.upf.edu/~dgarcia > > -- > Pablo Barrera > http://gsyc.es/~barrera/ > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge Build the coolest Linux based applications with Moblin SDK & win > great prizes Grand prize is a trip for two to an Open Source event anywhere > in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > WiKo-community mailing list > WiK...@li... > https://lists.sourceforge.net/lists/listinfo/wiko-community |
|
From: Pablo B. <ba...@gs...> - 2008-10-06 08:10:24
|
On 05/10/2008, at 11:01:49, David García Garzón wrote: > On Friday 03 October 2008, Pablo Barrera wrote: >> On 02/10/2008, at 19:31:41, Pau Arumí Albó wrote: >>> Hi Pablo >>> >>> El dj 02 de 10 de 2008 a les 17:07 +0100, en/na Pablo Barrera va >>> >>> escriure: >>>> (I sent this email yesterday but it seems it did not arrive.) >>> >>> No, it didn't arrived here. >>> >>>> Hi >>>> >>>> I am trying to use disqus [1] to have comments in my static-html >>>> blog. >>>> The idea is to include some code into each page so the comments are >>>> actually stored in disqus instead of my server (that only uses >>>> static >>>> html). >>> >>> I didn't know about disgus and seems very interesting. I'd like to >>> see >>> if it is also appropriate to enable paragraph-based comments on >>> documents. >>> >>>> The only problem I have is that I don't want to include the >>>> comments >>>> on the main page of the blog. I have included the code of disqus in >>>> my >>>> entrySkelenton file but this file is used to create the pages >>>> with a >>>> lot of entries and a page with just one entry (the comments should >>>> only be included in this page). >>> >>> Mmm, I don't understand what you mean by pages with a lot of entries >>> and >>> a page with just one entry. Could you elaborate, or give an example? >> >> Yes. blog/index.html includes a lot of entries. Is the main page of >> the blog. In this page there should be no comments (it will get just >> to crowded). > >> blog/tag/something/index.html has also a lot of entries. Same thing >> applies here. >> >> blog/2008/10/another-entry.html is a page with only one entry, the >> main page for this post. The comments should be included here. > > It should be like that. I mean, comments should be included just in > the > concrete entry page. You have to place the comments in blog/ > XXXXX.comment > files, and adding a @inreplyto var that matches the @id var in the > refered > entry. I think i 'documented' it in a previous mail to the list but > maybe i > should write that in the web documentation. Yes, this is documented but I am not talking about this. Disqus is an online service and stores the comments in their own servers. The idea is to place just some javascript in the correct page and load the comments from disqus. Pablo -- Pablo Barrera http://www.pablobarrera.com |
|
From: David G. G. <dg...@iu...> - 2008-10-05 10:04:21
|
On Friday 03 October 2008, Pablo Barrera wrote: > On 02/10/2008, at 19:31:41, Pau Arumí Albó wrote: > > Hi Pablo > > > > El dj 02 de 10 de 2008 a les 17:07 +0100, en/na Pablo Barrera va > > > > escriure: > >> (I sent this email yesterday but it seems it did not arrive.) > > > > No, it didn't arrived here. > > > >> Hi > >> > >> I am trying to use disqus [1] to have comments in my static-html > >> blog. > >> The idea is to include some code into each page so the comments are > >> actually stored in disqus instead of my server (that only uses static > >> html). > > > > I didn't know about disgus and seems very interesting. I'd like to see > > if it is also appropriate to enable paragraph-based comments on > > documents. > > > >> The only problem I have is that I don't want to include the comments > >> on the main page of the blog. I have included the code of disqus in > >> my > >> entrySkelenton file but this file is used to create the pages with a > >> lot of entries and a page with just one entry (the comments should > >> only be included in this page). > > > > Mmm, I don't understand what you mean by pages with a lot of entries > > and > > a page with just one entry. Could you elaborate, or give an example? > > Yes. blog/index.html includes a lot of entries. Is the main page of > the blog. In this page there should be no comments (it will get just > to crowded). > blog/tag/something/index.html has also a lot of entries. Same thing > applies here. > > blog/2008/10/another-entry.html is a page with only one entry, the > main page for this post. The comments should be included here. It should be like that. I mean, comments should be included just in the concrete entry page. You have to place the comments in blog/XXXXX.comment files, and adding a @inreplyto var that matches the @id var in the refered entry. I think i 'documented' it in a previous mail to the list but maybe i should write that in the web documentation. -- David García Garzón (Work) dgarcia at iua dot upf anotherdot es http://www.iua.upf.edu/~dgarcia |
|
From: Pablo B. <ba...@gs...> - 2008-10-03 08:20:01
|
On 02/10/2008, at 19:31:41, Pau Arumí Albó wrote: > Hi Pablo > > El dj 02 de 10 de 2008 a les 17:07 +0100, en/na Pablo Barrera va > escriure: >> (I sent this email yesterday but it seems it did not arrive.) > > No, it didn't arrived here. > >> Hi >> >> I am trying to use disqus [1] to have comments in my static-html >> blog. >> The idea is to include some code into each page so the comments are >> actually stored in disqus instead of my server (that only uses static >> html). > > I didn't know about disgus and seems very interesting. I'd like to see > if it is also appropriate to enable paragraph-based comments on > documents. > >> The only problem I have is that I don't want to include the comments >> on the main page of the blog. I have included the code of disqus in >> my >> entrySkelenton file but this file is used to create the pages with a >> lot of entries and a page with just one entry (the comments should >> only be included in this page). > > Mmm, I don't understand what you mean by pages with a lot of entries > and > a page with just one entry. Could you elaborate, or give an example? > Yes. blog/index.html includes a lot of entries. Is the main page of the blog. In this page there should be no comments (it will get just to crowded). blog/tag/something/index.html has also a lot of entries. Same thing applies here. blog/2008/10/another-entry.html is a page with only one entry, the main page for this post. The comments should be included here. I hope it is clearer now. Cheers, Pablo > Cheers, > Pau > >> Do you have any idea about how to solve this? >> >> Cheers, >> >> Pablo >> >> [1] http://disqus.com/ >> >> -- >> Pablo Barrera >> http://gsyc.es/~barrera/ >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win >> great prizes >> Grand prize is a trip for two to an Open Source event anywhere in >> the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ WiKo-community >> mailing list WiK...@li... https://lists.sourceforge.net/lists/listinfo/wiko-community > -- Pablo Barrera http://gsyc.es/~barrera/ |
|
From: Pau A. A. <pa...@iu...> - 2008-10-02 16:32:05
|
Hi Pablo El dj 02 de 10 de 2008 a les 17:07 +0100, en/na Pablo Barrera va escriure: > (I sent this email yesterday but it seems it did not arrive.) No, it didn't arrived here. > Hi > > I am trying to use disqus [1] to have comments in my static-html blog. > The idea is to include some code into each page so the comments are > actually stored in disqus instead of my server (that only uses static > html). I didn't know about disgus and seems very interesting. I'd like to see if it is also appropriate to enable paragraph-based comments on documents. > The only problem I have is that I don't want to include the comments > on the main page of the blog. I have included the code of disqus in my > entrySkelenton file but this file is used to create the pages with a > lot of entries and a page with just one entry (the comments should > only be included in this page). Mmm, I don't understand what you mean by pages with a lot of entries and a page with just one entry. Could you elaborate, or give an example? Cheers, Pau > Do you have any idea about how to solve this? > > Cheers, > > Pablo > > [1] http://disqus.com/ > > -- > Pablo Barrera > http://gsyc.es/~barrera/ > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ WiKo-community mailing list WiK...@li... https://lists.sourceforge.net/lists/listinfo/wiko-community |
|
From: Pablo B. <ba...@gs...> - 2008-10-02 16:08:30
|
Same problem here. Pablo Begin forwarded message: > From: Pablo Barrera <ba...@gs...> > Date: 1 de octubre de 2008 12:43:49 GMT+01:00 > To: wik...@li... > Subject: Re: [WiKo-community] Problems with <!--base--> > > I haven't found any way to solve this for firefox. > > My proposal: use a config file to tell wiko what is the direction of > the webpage and the blog. Right now there is a config for the blog > but not for the rest of the page. Why not extend this to all the > page? I don't see any big problem with this. If you like the idea, I > will try to do the changes and submit a patch. > > Cheers, > > Pablo > > On 26/09/2008, at 9:12:57, Pablo Barrera wrote: > >> >> On 26/09/2008, at 6:06:37, David García Garzón wrote: >> >>> It worked for me in konqueror but i remember to have problems with >>> other >>> browsers although i didn't investigate further. >> >> (I forgot to send this message to the list, reply-to-all is you >> friend) >> >> You're right. I tried safari (same engine that konqueror) and it's >> workind. Firefox3 is the problem. I will look at this a little bit >> more. >> >> Cheers, >> >> Pablo >> >> >>> On Wednesday 24 September 2008, Pablo Barrera wrote: >>>> Hi >>>> >>>> I have tried to use the <!--base--> tag in my blog but it didn't >>>> work. >>>> Maybe I am doing some incorrectly, so I tried a simple example: >>>> >>>> This page >>>> <html> >>>> <head> >>>> <title>Test</title> >>>> <base href="http://gsyc.es/~barrera/" /> >>>> </head> >>>> <body> >>>> <a href="index_en.html">Link</a> >>>> </body> >>>> </html> >>>> >>>> links to my web page. >>>> >>>> However, if I place two files like this. >>>> a.html >>>> dir/b.html >>>> >>>> a put in this: >>>> <html> >>>> <head> >>>> <title>Test</title> >>>> <base href="../" /> >>>> </head> >>>> <body> >>>> <a href="a.html">Link</a> >>>> </body> >>>> </html> >>>> >>>> I obtain a "file not found error", as it is trying to look at dir/ >>>> a.html file. >>>> >>>> Is this working for you? >>>> >>>> Regards, >>>> >>>> Pablo >>>> >>>> >>>> -- >>>> Pablo Barrera >>>> http://gsyc.es/~barrera/ >>>> >>>> >>>> ------------------------------------------------------------------------- >>>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>>> challenge Build the coolest Linux based applications with Moblin >>>> SDK & win >>>> great prizes Grand prize is a trip for two to an Open Source event >>>> anywhere >>>> in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>> _______________________________________________ >>>> WiKo-community mailing list >>>> WiK...@li... >>>> https://lists.sourceforge.net/lists/listinfo/wiko-community >>> >>> >>> -- >>> David García Garzón >>> (Work) dgarcia at iua dot upf anotherdot es >>> http://www.iua.upf.edu/~dgarcia >>> >> >> -- >> Pablo Barrera >> http://gsyc.es/~barrera/ >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win >> great prizes >> Grand prize is a trip for two to an Open Source event anywhere in >> the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> WiKo-community mailing list >> WiK...@li... >> https://lists.sourceforge.net/lists/listinfo/wiko-community > > -- > Pablo Barrera > http://gsyc.es/~barrera/ > -- Pablo Barrera http://gsyc.es/~barrera/ |
|
From: Pablo B. <ba...@gs...> - 2008-10-02 16:07:57
|
(I sent this email yesterday but it seems it did not arrive.) Hi I am trying to use disqus [1] to have comments in my static-html blog. The idea is to include some code into each page so the comments are actually stored in disqus instead of my server (that only uses static html). The only problem I have is that I don't want to include the comments on the main page of the blog. I have included the code of disqus in my entrySkelenton file but this file is used to create the pages with a lot of entries and a page with just one entry (the comments should only be included in this page). Do you have any idea about how to solve this? Cheers, Pablo [1] http://disqus.com/ -- Pablo Barrera http://gsyc.es/~barrera/ |
|
From: Pablo B. <ba...@gs...> - 2008-10-02 16:07:05
|
I don't know why this email is not in the project archive. Did it not arrive to your inbox? Pablo On 26/09/2008, at 9:13:53, Pablo Barrera wrote: > > On 26/09/2008, at 6:02:55, David García Garzón wrote: > >> What a clever patch :-). I'll apply it as soon as possible. Not >> time now. We >> should consider giving you commit access. Do you have sourceforge >> account? >> > > (Same problem here, I forgot to send the email to the list, sorry). > > Yes, I have. It is barrera. > >> The changes should also be applied to the LaTeX substitutions. It >> might >> require substitute doubled %% in existing documents. Or maybe adding: >> (r"%%", r"%"), >> > > That's backward compatibility. A nice feature indeed. ;-) > > Regards, > > Pablo > >> >> On Wednesday 24 September 2008, Pablo Barrera wrote: >>> Hi >>> >>> I have merged my own branch of wiko into the main one. Almost all >>> the >>> thinks I need are already there, but I have found a couple of >>> thinks. >>> >>> The problem with the % in the text is still there. Here I send a >>> patch >>> that fix it for me. >>> >>> The other issue is about the blog structures, but I will talk >>> about it >>> in a different thread. >>> >>> Regards, >>> >>> Pablo >>> >>> -- >>> Pablo Barrera >>> http://gsyc.es/~barrera/ >> >> >> -- >> David García Garzón >> (Work) dgarcia at iua dot upf anotherdot es >> http://www.iua.upf.edu/~dgarcia >> > > -- > Pablo Barrera > http://gsyc.es/~barrera/ > -- Pablo Barrera http://gsyc.es/~barrera/ |
|
From: Pablo B. <ba...@gs...> - 2008-10-01 12:22:11
|
I haven't found any way to solve this for firefox. My proposal: use a config file to tell wiko what is the direction of the webpage and the blog. Right now there is a config for the blog but not for the rest of the page. Why not extend this to all the page? I don't see any big problem with this. If you like the idea, I will try to do the changes and submit a patch. Cheers, Pablo On 26/09/2008, at 9:12:57, Pablo Barrera wrote: > > On 26/09/2008, at 6:06:37, David García Garzón wrote: > >> It worked for me in konqueror but i remember to have problems with >> other >> browsers although i didn't investigate further. > > (I forgot to send this message to the list, reply-to-all is you > friend) > > You're right. I tried safari (same engine that konqueror) and it's > workind. Firefox3 is the problem. I will look at this a little bit > more. > > Cheers, > > Pablo > > >> On Wednesday 24 September 2008, Pablo Barrera wrote: >>> Hi >>> >>> I have tried to use the <!--base--> tag in my blog but it didn't >>> work. >>> Maybe I am doing some incorrectly, so I tried a simple example: >>> >>> This page >>> <html> >>> <head> >>> <title>Test</title> >>> <base href="http://gsyc.es/~barrera/" /> >>> </head> >>> <body> >>> <a href="index_en.html">Link</a> >>> </body> >>> </html> >>> >>> links to my web page. >>> >>> However, if I place two files like this. >>> a.html >>> dir/b.html >>> >>> a put in this: >>> <html> >>> <head> >>> <title>Test</title> >>> <base href="../" /> >>> </head> >>> <body> >>> <a href="a.html">Link</a> >>> </body> >>> </html> >>> >>> I obtain a "file not found error", as it is trying to look at dir/ >>> a.html file. >>> >>> Is this working for you? >>> >>> Regards, >>> >>> Pablo >>> >>> >>> -- >>> Pablo Barrera >>> http://gsyc.es/~barrera/ >>> >>> >>> ------------------------------------------------------------------------- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>> challenge Build the coolest Linux based applications with Moblin >>> SDK & win >>> great prizes Grand prize is a trip for two to an Open Source event >>> anywhere >>> in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> WiKo-community mailing list >>> WiK...@li... >>> https://lists.sourceforge.net/lists/listinfo/wiko-community >> >> >> -- >> David García Garzón >> (Work) dgarcia at iua dot upf anotherdot es >> http://www.iua.upf.edu/~dgarcia >> > > -- > Pablo Barrera > http://gsyc.es/~barrera/ > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > WiKo-community mailing list > WiK...@li... > https://lists.sourceforge.net/lists/listinfo/wiko-community -- Pablo Barrera http://gsyc.es/~barrera/ |
|
From: Pablo B. <ba...@gs...> - 2008-10-01 11:28:29
|
Hi I am trying to use disqus [1] to have comments in my static-html blog. The idea is to include some code into each page so the comments are actually stored in disqus instead of my server (that only uses static html). The only problem I have is that I don't want to include the comments on the main page of the blog. I have included the code of disqus in my entrySkelenton file but this file is used to create the pages with a lot of entries and a page with just one entry (the comments should only be included in this page). Do you have any idea about how to solve this? Cheers, Pablo [1] http://disqus.com/ -- Pablo Barrera http://gsyc.es/~barrera/ |
|
From: Pablo B. <ba...@gs...> - 2008-09-26 08:13:58
|
On 26/09/2008, at 6:02:55, David García Garzón wrote: > What a clever patch :-). I'll apply it as soon as possible. Not time > now. We > should consider giving you commit access. Do you have sourceforge > account? > (Same problem here, I forgot to send the email to the list, sorry). Yes, I have. It is barrera. > The changes should also be applied to the LaTeX substitutions. It > might > require substitute doubled %% in existing documents. Or maybe adding: > (r"%%", r"%"), > That's backward compatibility. A nice feature indeed. ;-) Regards, Pablo > > On Wednesday 24 September 2008, Pablo Barrera wrote: >> Hi >> >> I have merged my own branch of wiko into the main one. Almost all the >> thinks I need are already there, but I have found a couple of thinks. >> >> The problem with the % in the text is still there. Here I send a >> patch >> that fix it for me. >> >> The other issue is about the blog structures, but I will talk about >> it >> in a different thread. >> >> Regards, >> >> Pablo >> >> -- >> Pablo Barrera >> http://gsyc.es/~barrera/ > > > -- > David García Garzón > (Work) dgarcia at iua dot upf anotherdot es > http://www.iua.upf.edu/~dgarcia > -- Pablo Barrera http://gsyc.es/~barrera/ |
|
From: Pablo B. <ba...@gs...> - 2008-09-26 08:13:05
|
On 26/09/2008, at 6:06:37, David García Garzón wrote: > It worked for me in konqueror but i remember to have problems with > other > browsers although i didn't investigate further. (I forgot to send this message to the list, reply-to-all is you friend) You're right. I tried safari (same engine that konqueror) and it's workind. Firefox3 is the problem. I will look at this a little bit more. Cheers, Pablo > On Wednesday 24 September 2008, Pablo Barrera wrote: >> Hi >> >> I have tried to use the <!--base--> tag in my blog but it didn't >> work. >> Maybe I am doing some incorrectly, so I tried a simple example: >> >> This page >> <html> >> <head> >> <title>Test</title> >> <base href="http://gsyc.es/~barrera/" /> >> </head> >> <body> >> <a href="index_en.html">Link</a> >> </body> >> </html> >> >> links to my web page. >> >> However, if I place two files like this. >> a.html >> dir/b.html >> >> a put in this: >> <html> >> <head> >> <title>Test</title> >> <base href="../" /> >> </head> >> <body> >> <a href="a.html">Link</a> >> </body> >> </html> >> >> I obtain a "file not found error", as it is trying to look at dir/ >> a.html file. >> >> Is this working for you? >> >> Regards, >> >> Pablo >> >> >> -- >> Pablo Barrera >> http://gsyc.es/~barrera/ >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge Build the coolest Linux based applications with Moblin >> SDK & win >> great prizes Grand prize is a trip for two to an Open Source event >> anywhere >> in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> WiKo-community mailing list >> WiK...@li... >> https://lists.sourceforge.net/lists/listinfo/wiko-community > > > -- > David García Garzón > (Work) dgarcia at iua dot upf anotherdot es > http://www.iua.upf.edu/~dgarcia > -- Pablo Barrera http://gsyc.es/~barrera/ |
|
From: Pablo B. <ba...@gs...> - 2008-09-26 08:12:11
|
I am thinking about this an I see two problems: - Right now its not working for firefox - Even if we are able to fix this, I think the rss is not working. Does the rss use <base>? I don't know, and if it doesn't we will loose all the links in the page. I think it will be easier to place a absolute path in the links using the baseurl variable from the config file. The only thing needed to do the page portable is to change this variable and compile the page again. I think it's not such a big problem. What do you think? Regards, Pablo On 26/09/2008, at 6:06:37, David García Garzón wrote: > It worked for me in konqueror but i remember to have problems with > other > browsers although i didn't investigate further. > > > On Wednesday 24 September 2008, Pablo Barrera wrote: >> Hi >> >> I have tried to use the <!--base--> tag in my blog but it didn't >> work. >> Maybe I am doing some incorrectly, so I tried a simple example: >> >> This page >> <html> >> <head> >> <title>Test</title> >> <base href="http://gsyc.es/~barrera/" /> >> </head> >> <body> >> <a href="index_en.html">Link</a> >> </body> >> </html> >> >> links to my web page. >> >> However, if I place two files like this. >> a.html >> dir/b.html >> >> a put in this: >> <html> >> <head> >> <title>Test</title> >> <base href="../" /> >> </head> >> <body> >> <a href="a.html">Link</a> >> </body> >> </html> >> >> I obtain a "file not found error", as it is trying to look at dir/ >> a.html file. >> >> Is this working for you? >> >> Regards, >> >> Pablo >> >> >> -- >> Pablo Barrera >> http://gsyc.es/~barrera/ >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge Build the coolest Linux based applications with Moblin >> SDK & win >> great prizes Grand prize is a trip for two to an Open Source event >> anywhere >> in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> WiKo-community mailing list >> WiK...@li... >> https://lists.sourceforge.net/lists/listinfo/wiko-community > > > -- > David García Garzón > (Work) dgarcia at iua dot upf anotherdot es > http://www.iua.upf.edu/~dgarcia > -- Pablo Barrera http://gsyc.es/~barrera/ |
|
From: David G. G. <dg...@iu...> - 2008-09-26 05:06:42
|
It worked for me in konqueror but i remember to have problems with other browsers although i didn't investigate further. On Wednesday 24 September 2008, Pablo Barrera wrote: > Hi > > I have tried to use the <!--base--> tag in my blog but it didn't work. > Maybe I am doing some incorrectly, so I tried a simple example: > > This page > <html> > <head> > <title>Test</title> > <base href="http://gsyc.es/~barrera/" /> > </head> > <body> > <a href="index_en.html">Link</a> > </body> > </html> > > links to my web page. > > However, if I place two files like this. > a.html > dir/b.html > > a put in this: > <html> > <head> > <title>Test</title> > <base href="../" /> > </head> > <body> > <a href="a.html">Link</a> > </body> > </html> > > I obtain a "file not found error", as it is trying to look at dir/ > a.html file. > > Is this working for you? > > Regards, > > Pablo > > > -- > Pablo Barrera > http://gsyc.es/~barrera/ > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge Build the coolest Linux based applications with Moblin SDK & win > great prizes Grand prize is a trip for two to an Open Source event anywhere > in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > WiKo-community mailing list > WiK...@li... > https://lists.sourceforge.net/lists/listinfo/wiko-community -- David García Garzón (Work) dgarcia at iua dot upf anotherdot es http://www.iua.upf.edu/~dgarcia |
|
From: David G. G. <dg...@iu...> - 2008-09-26 05:02:33
|
What a clever patch :-). I'll apply it as soon as possible. Not time now. We should consider giving you commit access. Do you have sourceforge account? The changes should also be applied to the LaTeX substitutions. It might require substitute doubled %% in existing documents. Or maybe adding: (r"%%", r"%"), On Wednesday 24 September 2008, Pablo Barrera wrote: > Hi > > I have merged my own branch of wiko into the main one. Almost all the > thinks I need are already there, but I have found a couple of thinks. > > The problem with the % in the text is still there. Here I send a patch > that fix it for me. > > The other issue is about the blog structures, but I will talk about it > in a different thread. > > Regards, > > Pablo > > -- > Pablo Barrera > http://gsyc.es/~barrera/ -- David García Garzón (Work) dgarcia at iua dot upf anotherdot es http://www.iua.upf.edu/~dgarcia |
|
From: Pablo B. <ba...@gs...> - 2008-09-25 14:37:10
|
Hi I have been using the tag [[image:]] for my images in wiko. Is an small patch and could live perfectly with the current image tag. However I was a little bit upset about the image size. It is to boring for me to have to resize the images manually before putting them into the page, so I have modified my workflow a little bit. I place the new images in the images_src directory. An script is executed before wiko (but it can be merged into wiko if more people find it interesting). The script look for all the images in the wiki files using [[image:]] and copy the image into the dir images. During the copy the image is resized to a maximum size and a watemark is included in the photos (I consider big images are photos). Later wiko changes the [[image:]] tag for this: <a href="base/images_src/NAME"><img src="images/NAME"/></a> So I have both photos. Any other idea? Any comment will be welcome. Regards, Pablo -- Pablo Barrera http://gsyc.es/~barrera/ |
|
From: Pablo B. <ba...@gs...> - 2008-09-25 09:03:50
|
Hi
Why is the <h2>Index</h2> outside the <div class="toc"> environment? I
think it is better to put it inside, so the css relate with the class
toc will also affect to the h2 tag. In my case I place the toc
environment floating over the page but the title is in other place,
what does not look correct. There is another advantage. Some time ago
we were talking about removing the word Index from the toc. One option
is to use this in your css:
.toc h2 {
display: none;
}
and you will get rid of it.
Regards,
Pablo
PS: The patch does this change.
--
Pablo Barrera
http://gsyc.es/~barrera/
|
|
From: Pablo B. <ba...@gs...> - 2008-09-24 09:42:54
|
Hi again Using the default RSS generation my doesn't seem to be valid, according to [1] Does anyone else have the same problem? Pablo [1] http://www.feedvalidator.org/check.cgi?url=http%3A%2F%2Fgsyc.es %2F~barrera%2Fmaqueta%2Fblog%2Ffeed.rss -- Pablo Barrera http://gsyc.es/~barrera/ |
|
From: Pablo B. <ba...@gs...> - 2008-09-24 09:16:04
|
Hi I have tried to use the <!--base--> tag in my blog but it didn't work. Maybe I am doing some incorrectly, so I tried a simple example: This page <html> <head> <title>Test</title> <base href="http://gsyc.es/~barrera/" /> </head> <body> <a href="index_en.html">Link</a> </body> </html> links to my web page. However, if I place two files like this. a.html dir/b.html a put in this: <html> <head> <title>Test</title> <base href="../" /> </head> <body> <a href="a.html">Link</a> </body> </html> I obtain a "file not found error", as it is trying to look at dir/ a.html file. Is this working for you? Regards, Pablo -- Pablo Barrera http://gsyc.es/~barrera/ |
|
From: Pablo B. <ba...@gs...> - 2008-09-24 09:10:20
|
Hi I think the new structure for the blog posts is a major improvement. However, why use just two digits for the year? If you are using old post (from 99) those will appear before in the harddrive list. I prefer to use the 4 digits for the year. Is there any problem for not to do so? The other issue is about the name. entry["name"] is related with the name of the file. If you are using the name to put the date (as is my case) you will obtain a permlink with the date information twice. I prefer to use the title, stripped to remove white spaces and utf8 chars. Here is a patch with these ideas. Regards, Pablo -- Pablo Barrera http://gsyc.es/~barrera/ |
|
From: Pablo B. <ba...@gs...> - 2008-09-24 08:58:47
|
Hi I have merged my own branch of wiko into the main one. Almost all the thinks I need are already there, but I have found a couple of thinks. The problem with the % in the text is still there. Here I send a patch that fix it for me. The other issue is about the blog structures, but I will talk about it in a different thread. Regards, Pablo -- Pablo Barrera http://gsyc.es/~barrera/ |
|
From: David G. G. <dg...@iu...> - 2008-09-21 16:35:19
|
On Friday 12 September 2008, Pablo Barrera wrote: > Hi > > I have a problem in this line: > > entry["entryid"] = "tag:blogger.com,1999:blog-%s.post-%s"% > (blog.blogid,entry['id']) > > Where is entry['id'] coming from? > > It should be included in the post? Just add the field with a distict alfanumeric value of your choose. As you can deduce, that code is too hardcoded to reproduce blogger id's given the entry and blog numbers. It is used to generate for the atom feed to be identical to the blogger one and the id number itself is used to relate the associated comments. I cannot figure out how to properly generalize that. It just works for me. I guess i need a third example. -- David García Garzón (Work) dgarcia at iua dot upf anotherdot es http://www.iua.upf.edu/~dgarcia |
|
From: Pablo B. <ba...@gs...> - 2008-09-12 14:51:42
|
Hi I have a problem in this line: entry["entryid"] = "tag:blogger.com,1999:blog-%s.post-%s"% (blog.blogid,entry['id']) Where is entry['id'] coming from? It should be included in the post? Right now the fiels that should be added I am aware of are: - title - tags - publicationDate [optional] Cheers, Pablo -- Pablo Barrera http://gsyc.es/~barrera/ |