Add licence information in all source files
This commit is contained in:
parent
4b859eec12
commit
b41111d64e
@ -1,3 +1,22 @@
|
|||||||
|
"""
|
||||||
|
Copyright 2012-2013 Grégory Soutadé
|
||||||
|
|
||||||
|
This file is part of Dynastie.
|
||||||
|
|
||||||
|
Dynastie is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Dynastie is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with Dynastie. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
"""
|
||||||
|
|
||||||
from django.contrib.auth.models import User
|
from django.contrib.auth.models import User
|
||||||
|
|
||||||
class UserProfile(models.Model):
|
class UserProfile(models.Model):
|
||||||
|
18
forms.py
18
forms.py
@ -1,3 +1,21 @@
|
|||||||
|
"""
|
||||||
|
Copyright 2012-2013 Grégory Soutadé
|
||||||
|
|
||||||
|
This file is part of Dynastie.
|
||||||
|
|
||||||
|
Dynastie is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Dynastie is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with Dynastie. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
"""
|
||||||
from django.forms import ModelForm
|
from django.forms import ModelForm
|
||||||
from django import forms
|
from django import forms
|
||||||
from dynastie.models import *
|
from dynastie.models import *
|
||||||
|
@ -1 +1,20 @@
|
|||||||
|
"""
|
||||||
|
Copyright 2012-2013 Grégory Soutadé
|
||||||
|
|
||||||
|
This file is part of Dynastie.
|
||||||
|
|
||||||
|
Dynastie is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Dynastie is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with Dynastie. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
"""
|
||||||
|
|
||||||
__all__ = ["generator", "index", "post", "category", "tag", "archive", "rss", "atom"]
|
__all__ = ["generator", "index", "post", "category", "tag", "archive", "rss", "atom"]
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
"""
|
||||||
|
Copyright 2012-2013 Grégory Soutadé
|
||||||
|
|
||||||
|
This file is part of Dynastie.
|
||||||
|
|
||||||
|
Dynastie is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Dynastie is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with Dynastie. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
"""
|
||||||
import os
|
import os
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
from xml.dom.minidom import parse, parseString
|
from xml.dom.minidom import parse, parseString
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
"""
|
||||||
|
Copyright 2012-2013 Grégory Soutadé
|
||||||
|
|
||||||
|
This file is part of Dynastie.
|
||||||
|
|
||||||
|
Dynastie is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Dynastie is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with Dynastie. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
"""
|
||||||
import os
|
import os
|
||||||
import datetime
|
import datetime
|
||||||
import xml
|
import xml
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
"""
|
||||||
|
Copyright 2012-2013 Grégory Soutadé
|
||||||
|
|
||||||
|
This file is part of Dynastie.
|
||||||
|
|
||||||
|
Dynastie is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Dynastie is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with Dynastie. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
"""
|
||||||
import os
|
import os
|
||||||
from xml.dom.minidom import parse, parseString
|
from xml.dom.minidom import parse, parseString
|
||||||
from dynastie.generators.generator import DynastieGenerator
|
from dynastie.generators.generator import DynastieGenerator
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
"""
|
||||||
|
Copyright 2012-2013 Grégory Soutadé
|
||||||
|
|
||||||
|
This file is part of Dynastie.
|
||||||
|
|
||||||
|
Dynastie is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Dynastie is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with Dynastie. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
"""
|
||||||
import os
|
import os
|
||||||
import hashlib
|
import hashlib
|
||||||
import gzip
|
import gzip
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
"""
|
||||||
|
Copyright 2012-2013 Grégory Soutadé
|
||||||
|
|
||||||
|
This file is part of Dynastie.
|
||||||
|
|
||||||
|
Dynastie is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Dynastie is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with Dynastie. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
"""
|
||||||
import os
|
import os
|
||||||
import datetime
|
import datetime
|
||||||
import xml
|
import xml
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
"""
|
||||||
|
Copyright 2012-2013 Grégory Soutadé
|
||||||
|
|
||||||
|
This file is part of Dynastie.
|
||||||
|
|
||||||
|
Dynastie is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Dynastie is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with Dynastie. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
"""
|
||||||
import datetime
|
import datetime
|
||||||
import os
|
import os
|
||||||
from xml.dom.minidom import parse, parseString
|
from xml.dom.minidom import parse, parseString
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
"""
|
||||||
|
Copyright 2012-2013 Grégory Soutadé
|
||||||
|
|
||||||
|
This file is part of Dynastie.
|
||||||
|
|
||||||
|
Dynastie is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Dynastie is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with Dynastie. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
"""
|
||||||
import os
|
import os
|
||||||
import datetime
|
import datetime
|
||||||
import xml
|
import xml
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
"""
|
||||||
|
Copyright 2012-2013 Grégory Soutadé
|
||||||
|
|
||||||
|
This file is part of Dynastie.
|
||||||
|
|
||||||
|
Dynastie is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Dynastie is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with Dynastie. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
"""
|
||||||
import os
|
import os
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
from xml.dom.minidom import parse, parseString
|
from xml.dom.minidom import parse, parseString
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
"""
|
||||||
|
Copyright 2012-2013 Grégory Soutadé
|
||||||
|
|
||||||
|
This file is part of Dynastie.
|
||||||
|
|
||||||
|
Dynastie is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Dynastie is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with Dynastie. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
"""
|
||||||
import os
|
import os
|
||||||
from xml.dom.minidom import parse, parseString
|
from xml.dom.minidom import parse, parseString
|
||||||
from dynastie.generators.generator import DynastieGenerator
|
from dynastie.generators.generator import DynastieGenerator
|
||||||
|
18
models.py
18
models.py
@ -1,3 +1,21 @@
|
|||||||
|
"""
|
||||||
|
Copyright 2012-2013 Grégory Soutadé
|
||||||
|
|
||||||
|
This file is part of Dynastie.
|
||||||
|
|
||||||
|
Dynastie is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Dynastie is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with Dynastie. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
"""
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
import hashlib
|
import hashlib
|
||||||
|
18
search.py
18
search.py
@ -1,4 +1,22 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
"""
|
||||||
|
Copyright 2012-2013 Grégory Soutadé
|
||||||
|
|
||||||
|
This file is part of Dynastie.
|
||||||
|
|
||||||
|
Dynastie is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Dynastie is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with Dynastie. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
"""
|
||||||
import re
|
import re
|
||||||
import unicodedata
|
import unicodedata
|
||||||
import os
|
import os
|
||||||
|
19
settings.py
19
settings.py
@ -1,3 +1,22 @@
|
|||||||
|
"""
|
||||||
|
Copyright 2012-2013 Grégory Soutadé
|
||||||
|
|
||||||
|
This file is part of Dynastie.
|
||||||
|
|
||||||
|
Dynastie is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Dynastie is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with Dynastie. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
"""
|
||||||
|
|
||||||
# Django settings for dynastie project.
|
# Django settings for dynastie project.
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
17
tree.py
17
tree.py
@ -1,4 +1,21 @@
|
|||||||
|
"""
|
||||||
|
Copyright 2012-2013 Grégory Soutadé
|
||||||
|
|
||||||
|
This file is part of Dynastie.
|
||||||
|
|
||||||
|
Dynastie is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Dynastie is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with Dynastie. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
"""
|
||||||
|
|
||||||
class TreeNode():
|
class TreeNode():
|
||||||
|
|
||||||
|
19
urls.py
19
urls.py
@ -1,3 +1,22 @@
|
|||||||
|
"""
|
||||||
|
Copyright 2012-2013 Grégory Soutadé
|
||||||
|
|
||||||
|
This file is part of Dynastie.
|
||||||
|
|
||||||
|
Dynastie is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Dynastie is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with Dynastie. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
"""
|
||||||
|
|
||||||
from django.conf.urls import patterns, include, url
|
from django.conf.urls import patterns, include, url
|
||||||
|
|
||||||
# Uncomment the next two lines to enable the admin:
|
# Uncomment the next two lines to enable the admin:
|
||||||
|
18
views.py
18
views.py
@ -1,4 +1,22 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
"""
|
||||||
|
Copyright 2012-2013 Grégory Soutadé
|
||||||
|
|
||||||
|
This file is part of Dynastie.
|
||||||
|
|
||||||
|
Dynastie is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Dynastie is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with Dynastie. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
"""
|
||||||
import os
|
import os
|
||||||
from datetime import datetime, date, time
|
from datetime import datetime, date, time
|
||||||
from django.shortcuts import render
|
from django.shortcuts import render
|
||||||
|
Loading…
x
Reference in New Issue
Block a user