Exemplo n.º 1
0
# Spacetelescope
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(CalendarOptions)
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *


urlpatterns = urlpatterns_for_options( ConferencePosterOptions )
Exemplo n.º 3
0
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
#    * Redistributions of source code must retain the above copyright
#      notice, this list of conditions and the following disclaimer.
#
#    * Redistributions in binary form must reproduce the above copyright
#      notice, this list of conditions and the following disclaimer in the
#      documentation and/or other materials provided with the distribution.
#
#    * Neither the name of the European Southern Observatory nor the names
#      of its contributors may be used to endorse or promote products derived
#      from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY ESO ``AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL ESO BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.events.options import EventOptions

urlpatterns = urlpatterns_for_options( EventOptions )
Exemplo n.º 4
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(StationeryOptions)
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
#    * Redistributions of source code must retain the above copyright
#      notice, this list of conditions and the following disclaimer.
#
#    * Redistributions in binary form must reproduce the above copyright
#      notice, this list of conditions and the following disclaimer in the
#      documentation and/or other materials provided with the distribution.
#
#    * Neither the name of the European Southern Observatory nor the names
#      of its contributors may be used to endorse or promote products derived
#      from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY ESO ``AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL ESO BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.announcements.options import WebUpdateOptions

urlpatterns = urlpatterns_for_options(WebUpdateOptions)
# Djangoplicity
# Copyright 2007-2015 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(SupernovaActivityOptions)
Exemplo n.º 7
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(EPublicationOptions)
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
#    * Redistributions of source code must retain the above copyright
#      notice, this list of conditions and the following disclaimer.
#
#    * Redistributions in binary form must reproduce the above copyright
#      notice, this list of conditions and the following disclaimer in the
#      documentation and/or other materials provided with the distribution.
#
#    * Neither the name of the European Southern Observatory nor the names
#      of its contributors may be used to endorse or promote products derived
#      from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY ESO ``AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL ESO BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.media.options import ImageComparisonOptions

urlpatterns = urlpatterns_for_options( ImageComparisonOptions )
Exemplo n.º 9
0
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
#    * Redistributions of source code must retain the above copyright
#      notice, this list of conditions and the following disclaimer.
#
#    * Redistributions in binary form must reproduce the above copyright
#      notice, this list of conditions and the following disclaimer in the
#      documentation and/or other materials provided with the distribution.
#
#    * Neither the name of the European Southern Observatory nor the names
#      of its contributors may be used to endorse or promote products derived
#      from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY ESO ``AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL ESO BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.media.options import PictureOfTheWeekOptions

urlpatterns = urlpatterns_for_options( PictureOfTheWeekOptions )
Exemplo n.º 10
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(ScienceInSchoolOptions)
Exemplo n.º 11
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(BrochureOptions)
Exemplo n.º 12
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *


urlpatterns = urlpatterns_for_options( PostCardOptions )
Exemplo n.º 13
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(HandoutOptions)
Exemplo n.º 14
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(MerchandiseOptions)
Exemplo n.º 15
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#
from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(KidsDrawingOptions)
Exemplo n.º 16
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(PlanetariumShowOptions)
Exemplo n.º 17
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(PressKitOptions)
Exemplo n.º 18
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *


urlpatterns = urlpatterns_for_options( MessengerOptions )
Exemplo n.º 19
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(PresentationOptions)
Exemplo n.º 20
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(PaperModelOptions)
Exemplo n.º 21
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(MiniSiteOptions)
Exemplo n.º 22
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(ApparelOptions)
Exemplo n.º 23
0
# Djangoplicity
# Copyright 2007-2015 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options( DonationOptions )
Exemplo n.º 24
0
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
#    * Redistributions of source code must retain the above copyright
#      notice, this list of conditions and the following disclaimer.
#
#    * Redistributions in binary form must reproduce the above copyright
#      notice, this list of conditions and the following disclaimer in the
#      documentation and/or other materials provided with the distribution.
#
#    * Neither the name of the European Southern Observatory nor the names
#      of its contributors may be used to endorse or promote products derived
#      from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY ESO ``AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL ESO BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.announcements.options import AnnouncementOptions

urlpatterns = urlpatterns_for_options(AnnouncementOptions)
Exemplo n.º 25
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(BulletinOptions)
Exemplo n.º 26
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(BookOptions)
Exemplo n.º 27
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(ReportOptions)
Exemplo n.º 28
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(MediaOptions)
Exemplo n.º 29
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(PrintedPosterOptions)
Exemplo n.º 30
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(UserVideoOptions)