-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create csv/json/others file that record the articles #12
Comments
I made some changes to the code (mainly
Why would the it got denied? How am I suppose to fix it? @davclark @jbpoline @r03ert0 |
Have you check the permissions ? if you are writting as root, do you have May be Roberto will be able to help tomorrow ? cheers On Tue, Oct 27, 2015 at 7:49 PM, Emily Zhang [email protected]
|
I modified the brainspell.php file in the php folder, and I saved the csv Thanks, On Tue, Oct 27, 2015 at 7:57 PM, Jean-Baptiste Poline <
Emily Zhang |
Ideally, you should do that in the client, not in the server. When you For the download function, have a look at this function I use to save SVG function savePaths() { cheers, On Wed, Oct 28, 2015 at 3:50 AM, Emily Zhang [email protected]
|
Meeting Updates & Next Steps:
|
@EmilyVam has implemented some sample downloader button (where?) and @anokhikastia has wired something up to the actual app (again, where?)! |
I have pushed all my changes on Emily branch. But here is the code I added in the base.html:
@anokhikastia You can just copy this for the button you created on the brainspell.dev. |
Help! @davclark @jbpoline @r03ert0 Can anyone enlighten me how to pass a php variable to js file? It is kind of frustrated after I tried multiple ways (I learned from Google), but none of them worked. Two of the methods I tried are:
When I printed out the |
Hi Emily, brainspell.php passes data to the javascript code through the html page it http://brainspell.org/search?query=vision this web page does not exist before hand -- it is generated by the server what you can do now in the client is to recover the article data from the $(".paper-stuff") (this works even from the web browser console! give it a try!) The jquery function each() may come handy for iterate through the results, Hope this helps, roberto On Thu, Nov 12, 2015 at 2:38 AM, Emily Zhang [email protected]
|
Updates:Last week:
This week:
Next step:
|
Create a downloadable file (csv/json/other formats) at the bottom of the searching result page that store articles' info with given searching query.
More discussion at #11
The text was updated successfully, but these errors were encountered: