# 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 )
# 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 )
Beispiel #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)
Beispiel #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 )
Beispiel #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 )
Beispiel #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)
Beispiel #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)
# 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 )
Beispiel #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)
# 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)
Beispiel #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)
# 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)
Beispiel #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)
# 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 )
# 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)
# 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)
# 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)
Beispiel #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)
Beispiel #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 )
Beispiel #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)
Beispiel #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)
Beispiel #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)
Beispiel #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)
Beispiel #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)
# 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)
# 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)