I had first decided to generate the homepage by creating a separate HomePage.cc file & doing all stuff with it
However i realised that it would be more better if i create the file in html & then call the various operaion from it this is advantageous because of following reasons :
1) It will make our homepage part Independent of platform 2) also will reduce the overhead in time needed 2 execute the .cc file to get the derived html
I hope i am right on the above points
if however i am not or u need the homepage 2 generate in .cc please let me know i will make the code for it or else i can give the one i had started for someone who wants to do it
I will soon add the support for addAtom & Update Atom to the html files
> I had first decided to generate the homepage by creating a separate > HomePage.cc file & doing all stuff with it
> However i realised that it would be more better if i create the file in > html & then call the various operaion from it this is advantageous because > of following reasons :
> 1) It will make our homepage part Independent of platform > 2) also will reduce the overhead in time needed 2 execute the .cc file to > get the derived html
> I hope i am right on the above points
> if however i am not or u need the homepage 2 generate in .cc please let me > know i will make the code for it or else i can give the one i had started > for someone who wants to do it
> I will soon add the support for addAtom & Update Atom to the html files
On Thu, Mar 11, 2010 at 7:25 AM, jekin trivedi <jekintriv...@gmail.com> wrote: > I have created a form to pass the required data using post method
> But what happens is what ever data that is passed using post method is > translated as we all know in following way : "Thanks for the help!" : > "Thanks%20for%20the%20help%21"
> what happens is the json atom parser will thinks this as an error in json > syntax
> However i have used a addon named Tamper Data which is used 2 modify the > post data & when i enter the un translated data there it works .
> So the best way i can think out of this problem is to write a method to > translate the message into appropriate pure text form
Yeah, that's something I didn't consider at the time... It might be worth checking if the Mongoose web server has any utility functions to decode the www-urlencoding since it's a pretty standard thing to deal with. If not, then feel free to create a utility method that translates a string... either from an existing library or from scratch.
On Thu, Mar 11, 2010 at 1:22 PM, Joshua Herman <zitterbeweg...@gmail.com> wrote: > Proofread the website using a spell checker there are obvious mistakes.
Care to submit a patch or point out what they are?
Perhaps even indicate if you mean the wiki or Jekin's web UI?
> On Mar 10, 2010 6:28 PM, "Joel Pitt" <joel.p...@gmail.com> wrote:
> On Thu, Mar 11, 2010 at 1:22 PM, Joshua Herman <zitterbeweg...@gmail.com> > wrote: > > Proofread the web... > Care to submit a patch or point out what they are?
> Perhaps even indicate if you mean the wiki or Jekin's web UI?
> Thanks,
> Joel
> -- > You received this message because you are subscribed to the Google Groups > "OpenCog Developers" ...
> -- > You received this message because you are subscribed to the Google Groups > "OpenCog Developers" group. > To post to this group, send email to opencog-developers@googlegroups.com. > To unsubscribe from this group, send email to > opencog-developers+unsubscribe@googlegroups.com<opencog-developers%2Bunsubs cribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/opencog-developers?hl=en.