Questions tagged [sites]

121 questions
12
votes
3 answers

Site like cplusplus.com for C++11

One simple question: does anybody know a site like cplusplus.com (that has functions and headers nicely organized, includes examples(that is very important to me)) and that it is up to date(C++11). I ask because I'm unable to find any site like…
NoSenseEtAl
  • 28,205
  • 28
  • 128
  • 277
7
votes
1 answer

Django Sites Framework initial setup

I'm comfortable with fairly one-dimensional Django implementations, but now trying to understand the multi-sites-with-shared-stuff process. I've read through the Django Sites Framework and many posts on the topic, but I'm not getting the basics…
RossGK
  • 515
  • 2
  • 7
  • 19
6
votes
2 answers

"sites framework" on a single django instance

I want to serve up specialized RSS feeds on a different subdomain from the rest of the site. Can I use the sites framework to use a different urls.py and settings.py file within a single django instance. or do I need to set up two apache locations…
Jiaaro
  • 74,485
  • 42
  • 169
  • 190
4
votes
3 answers

Can't delete files, IIS lock

I have a poweshell command which deletes the folder(i.e. Summer) from wwwroot directory and recreates the folder with the necessary files(images, css, dll etc) in it. The problem is every once in a while the IIS tends to lock some of the images or…
sanjeev40084
  • 9,227
  • 18
  • 67
  • 99
4
votes
2 answers

Django: configuring multiple domains for a website?

how can i manage in django multiple domains? Our website will be configured like this jobs.site.com cars.site.com homes.site.com jobs.site.co.uk cars.site.co.uk .... and so on. basically, we will have three third level domains (jobs,cars,homes) and…
Samuele Mattiuzzo
  • 10,760
  • 5
  • 39
  • 63
4
votes
2 answers

What is the maximum number of sites in Plone 4.1

I would like to know how many sites / virtual hosts are allowed in a single installation of Plone. I am currently using a zeocluster installation. I am interested in the theoretical maximum i.e. infinite hardware, bandwidth etc.
Ubervan
  • 507
  • 1
  • 3
  • 7
4
votes
4 answers

multiple sites on IIS7 under the same URL and port but on different directories

I would like to host multiple applications on the same IIS. The problem is I need to use the same URL like www.example.com, but different directories. Also the port needs to be 80, or at least transparent to the end user, so I'd like to have…
Joao Costa
  • 963
  • 1
  • 7
  • 7
4
votes
3 answers

Creating 2 django sites that share 90% data and code

I have two closely related sites, a main site and a mobile site, hosted as a django app. They'll have a lot of the same functionality and need to access the same data. The main difference is the templates will be different and the way the site is…
newz2000
  • 2,602
  • 1
  • 23
  • 31
4
votes
1 answer

Scrapy does not write data to a file

He created a spider in Scrapy: items.py: from scrapy.item import Item, Field class dns_shopItem (Item):      # Define the fields for your item here like:      # Name = Field () id = Field () idd = Field () dns_shop_spider.py: from…
user2420607
  • 43
  • 1
  • 3
4
votes
1 answer

How do you move the default user subdirectory "Sites" in mac os x 10.7?

I would like to move my Sites directory off of my start up disc and on to an external hard drive. For example I moved all of the contents of my ~/Sites directory on to an external drive /Volumes/ExternalDrive/Sites I was thinking I could just…
whoacowboy
  • 6,982
  • 6
  • 44
  • 78
3
votes
2 answers

Trusted Site in IE - html title is ignored

When we add our domain as a trusted site to IE, then the html 'title' tag is ignored and the page url is shown in the browser header bar. Whn we remove our domain from the trusted sites list then the correct title is shown in the header bar. This…
Joe
  • 236
  • 2
  • 9
3
votes
4 answers

Single Meteor application having multiple domains

Is it possible to create a single Meteor application having multiple domains and displaying different views/layouts depending on that domain? For example, i have a admin interface accessible on admin.myapp.com and the two domains storeX.com and…
johipsum
  • 101
  • 1
  • 5
3
votes
1 answer

Python Scrapy not always downloading data from website

Scrapy is used to parse an html page. My question is why sometimes scrapy returns the response I want, but sometimes does not return a response. Is it my fault? Here's my parsing function: class AmazonSpider(BaseSpider): name = "amazon" …
Krasimir
  • 1,806
  • 2
  • 18
  • 31
2
votes
1 answer

Context specific localisation in Django

I have a Django application. Localising this into multiple languages is a simple and straightforward but one part of the site is an complex rich internet application. This part of the site allows the user to his workspace mode. Everything remains…
Mridang Agarwalla
  • 43,201
  • 71
  • 221
  • 382
2
votes
4 answers

Creating Site Templates from MOSS publishing sites

I know that creating a site template from a MOSS publishing site is not currently supported by Microsoft. Can anyone tell me if creating a basic site, then turning on the publishing feature, then creating a site template is supported - I would guess…
78lro
  • 1,790
  • 7
  • 37
  • 63
1
2 3
8 9