Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
b7ba0b62
Commit
b7ba0b62
authored
Nov 30, 2016
by
delanoe
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'testing' into stable
parents
4d11473b
6d527345
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
56 additions
and
2 deletions
+56
-2
init_accounts.py
init_accounts.py
+55
-0
myGraphs.html
templates/pages/corpora/myGraphs.html
+0
-1
terms.html
templates/pages/corpora/terms.html
+1
-1
No files found.
init_accounts.py
View file @
b7ba0b62
...
@@ -31,6 +31,61 @@ from django.core.mail import send_mail
...
@@ -31,6 +31,61 @@ from django.core.mail import send_mail
from
gargantext.settings
import
BASE_URL
from
gargantext.settings
import
BASE_URL
drafts
=
{
drafts
=
{
'partnerOkenglish'
:
'''
Hello,
You have made a request for access to the platform Gargantext.
The ISC-PIF team has made every effort to Give you access to
this platform in the best Time.
We recommend that you read the conditions To use the platform
at the address below Drawing your attention to the following
points:
1 - The use of this platform is reserved for an academic
framework,
2 - The Gargantext service is a data analysis service, And not
storage. It is up to each user To safeguard its own data and
results in Downloading them from the platform.
3 - The re-use of data, graphics, analyzes and Cartographies
generated by Gargantext in any publication And communication
implies the explicit mention of Gargantext and Of the ISC-PIF
CNRS as for example: "these results have been Obtained using
Gargantext software developed by ISC-PIF / CNRS ".
Read the full terms of use (recommended) on:
http://gitlab.iscpif.fr/humanities/tofu/tree/master
You can log on to:
http://
%
s
With the following identifiers:
Your login is:
%
s
Your password is:
%
s
You are currently on this version stabilized for a
unique experience in exploring your research themes.
Your feedback will be valuable for further development
of the platform, do not hesitate to contact us and
to contribute!
If you want to access your old corpuses,
access codes remain valid until June 30
2017 midnight:
http://old.gargantext.org
We remain at your disposal for any further information.
With our best regards,
--
The Gargantext Team (CNRS)
'''
,
'partnerOk'
:
'''
'partnerOk'
:
'''
Bonjour,
Bonjour,
...
...
templates/pages/corpora/myGraphs.html
View file @
b7ba0b62
...
@@ -389,7 +389,6 @@
...
@@ -389,7 +389,6 @@
}
}
// also replace template variables (thx c24b!)
resultHtml
=
resultHtml
.
replace
(
/%%project_id%%/g
,
projectId
);
resultHtml
=
resultHtml
.
replace
(
/%%project_id%%/g
,
projectId
);
resultHtml
=
resultHtml
.
replace
(
/%%corpus_id%%/g
,
corpusId
);
resultHtml
=
resultHtml
.
replace
(
/%%corpus_id%%/g
,
corpusId
);
resultHtml
=
resultHtml
.
replace
(
/%%cooc_id%%/g
,
coocId
);
resultHtml
=
resultHtml
.
replace
(
/%%cooc_id%%/g
,
coocId
);
...
...
templates/pages/corpora/terms.html
View file @
b7ba0b62
...
@@ -312,7 +312,7 @@ function toggleFormatInfos() {
...
@@ -312,7 +312,7 @@ function toggleFormatInfos() {
}
}
/*
merci c24b !
/*
* Uses importroute variable from the django template
* Uses importroute variable from the django template
* Ex: /api/ngramlists/import?onto_corpus=corpus_id
* Ex: /api/ngramlists/import?onto_corpus=corpus_id
*
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment