search for: website

Displaying 20 results from an estimated 14173 matches for "website".

2016 May 10
1
[PATCH] builder: run/schedule a SELinux relabel if needed
...elabel (or at least schedule one) after the image build: this way the template is relabelled, or at least it will do that at the next boot, without the need for the user to ask for a relabel. This just covers the case of building a new image with no additional operations on it though. --- builder/website/centos.sh | 2 ++ builder/website/compress.sh | 18 +++++++++++++++++- builder/website/fedora-aarch64.sh | 2 ++ builder/website/fedora-armv7l.sh | 2 ++ builder/website/fedora-i686.sh | 2 ++ builder/website/fedora-ppc64.sh | 2 ++ builder/website/fedora-ppc64le.sh...
2012 Dec 27
1
Flac and SourceForge
...Rich Bowen wrote: >> ok, you're added now. > > Confirmed. Thanks for looking after us! Hi Ralph, now it would be nice if you could use that new power to either turn http://flac.sourceforge.net/ into a redirect to https://www.xiph.org/flac/ or alternatively to put the new website onto the SF.net webserver. Moreover: If I find some spare time, I'd like to submit some website patches. But considering the state of things, I am afraid that my work may go to complete waste if I do it now, before it is clear how you want to proceed. In particular: 1) Status of the flac web...
2006 Apr 06
2
Using --link-dest works on small directory tree but not large one
I'm using version 2.6.3 on OS X. I'm trying to use --link-dest to keep some rolling backups of production websites. There is about 2GB of data in 60,000 total files. I do an initial rsync to get an initial copy of the data, and each day thereafter I run rsync again with --link-dest to create a new daily backup. For some reason, in the subsequent runs, rsync updates a whole lot of files that haven't changed...
2007 Jun 26
6
Poll for new default website style
Hi everybody, after looking a bit around the Internet and checking which website style some users of webgen are using, I found that many people just stay at the default webgen website style (which is not really pretty ;-) So, I''m thinking about changing the default webgen website style to something more Web-2.0-ish, and I would like to know if there is a parti...
2006 Jan 17
9
using "find" when you have 2 has_many relations
An Account has_many Websites which in turn has_many WebsiteDomains Now I can of course do this: @domains = Account.find(1).websites.find(1).website_domains.find(:all) To get all the domains for Account with id 1 and Website with id 1. I would like to do something like this though: @domains = Account.find(1).websites.find(:...
2007 Dec 22
3
Formatting looping display from mySQL table
...i I''m a noob to RoR. I have everything setup but can''t figure out to get the list display as I would like. I''m sure this is very simple stuff. I just haven''t figured it out yet :( I hope someone can point me in the right direction :) I have a mysql table "websites". In it I have the following columns - Name, Url, Banner, Description I created "ruby script/generate controller website" (& the model too) and inserted model :website scaffold :website have not changed the website_controller.rb (well that''s not strictly true I tr...
2006 Jan 25
1
@params Hash Access
I am trying to load an ActiveRecord object from an ID within a hidden field in a submitted form. How do I do it? I get this into the controller with the request: Parameters: {"action"=>"index", "website"=>{"id"=>"7"}, "controller"=>"msa/setup"} So, how do I load the Website object from ID 7? @website = Website.new(params[:website]) @website.reload() That fails, and this is a crappy way to do it anyway. Website.find(params[:we...
2002 May 11
0
Are YOU looking for a new website, to develop an existing website, for cheaper hosting or domain names?
Are YOU looking for a new website, to develop an existing website, for cheaper hosting or domain names? We are a UK based company who would like to offer you our considerable experience and expertise in the field of website design, eCommerce, web hosting, domain name facilities and search engine positioning. We can offer you cheap...
2018 Jan 18
2
Update the "repository URL" links for centos.org website
I had a bit of trouble git cloning the website since the repository URL portion isn't filled in, see: https://git.centos.org/summary/?r=websites/centos.org.git Only until I went onto https://git.centos.org/summary/?r=websites/bugs.centos.org.git was I able to infer on how to actually git clone it. Could someone possibly update the URL for...
2005 Oct 11
4
Can't access files at localhost
I've created a symlink inside my /var/www/html/ folder called "web", which is points to a my /home/dave/web directory. Inside that directory, I created a folder for my web site called "website". I thought I should be able to access that web site through FireFox by going to either: httpd://localhost/web/website ... or: http://localhost/web/website ... but I just get errors. It says that httpd is not a registered protocol, and the connection to localhost/web/website was refused....
2012 Dec 12
2
Status of flac; new release?
On 12.12.2012, at 20:10, Ralph Giles wrote: > On 12-12-12 10:47 AM, Max Horn wrote: > >> If you point me to the sources of the site (is there a repos for it?), I'll be happy to provide a patch for this, too! > > The new site repo is https://git.xiph.org/flac-website.git Hum. Actually, I just noticed that the website is also in the flac repos itself, under doc/html/ The nasty part is: They differ in a lot of ways. Indeed, the one inside flac.git claims to be newer (last updated 2009) than the one in flac-website (last updated 2007?). On the other hand, downlo...
2006 May 24
0
Chat With Your Websites/Weblogs Visitors
Hello, As a webmaster or blogger, you would love to chat with your website or weblog visitors. Having a professional live support system on your website gives more credibility to it. Your website visitors trust you and your website when they can talk to you live. Good live support is something that a professional website needs. Bloggers spend lots of time on their weblo...
2012 Aug 28
2
The FLAC website
Hi all, In preparation for a new release of FLAC, I scraped the FLAC website on sourceforge and commited it to a git repo here: https://git.xiph.org/?p=flac-website.git;a=summary Commits to that repo get synched every 10 minutes of so to show up here: https://www.xiph.org/flac/ I'll be hacking the website over the coming days and weeks. If anyone wants help,...
2014 Mar 20
2
Re: [PATCH 1/3] builder/virt-index-validate: try to cleanup in any occasion
On Thursday 20 March 2014 14:15:29 Richard W.M. Jones wrote: > On Thu, Mar 20, 2014 at 02:48:11PM +0100, Pino Toscano wrote: > > Always close the file (ignoring its result) after a parsing, and > > cleanup the parse_context object before any exit(). > > > > This eases the debugging of memory issues in the actual parser. > > --- > > > >
2011 Jan 25
4
backup script
I want to create bash script to have a zip copy from a website running on linux /var/www/htdocs/* local on the same box on different directory I am thinking to do a local backup using crontab (snapshot my web) tar -cvzf /tmp/website-$(date +%Y%m%d-%H%M).tgz /var/www/htdocs/* This command will create a file /tmp/website-20110101-1459.tgz I want it run on daily...
2013 Feb 08
2
3rd Party Applications
The page http://www.icecast.org/3rdparty.php contains some old links. Perhaps someone could update them. Oddcast was renamed and the website is unavailable. Maybe this one: http://code.google.com/p/edcast-reborn/ DeeFuzzer website moved to https://github.com/yomguy/DeeFuzzer and http://pypi.python.org/pypi/DeeFuzzer/ Xine website moved to http://www.xine-project.org/home Cajun website should be http://cajun.sourceforge.net/ And MPD ca...
2012 Dec 13
2
The FLAC website
...> I have included a patch, however, I've never worked with git before so I > hope everything is done correctly. If not, please tell me. I've removed the > feeds/news-atom1.xml file, however that doesn't show up in the diff file? > > I would like to refresh the rest of the website as well, but changing the > menu (to remove the russian part of the website for instance) requires to > update all the pages, of which there are quite a lot. With my own website, I > use PHP includes to keep a single 'header' and 'footer' file which is > included in ever...
2012 Aug 30
2
The FLAC website
...> are two boxes displaying the same news on the homepage right now, so I > made two screenshots of possible designs, one which keeps both boxes and > one that moves everything to the sidebar. I've enlarged the sidebar a > bit in both. > > http://www.icer.nl/images/ktf/flac-website-both.png > http://www.icer.nl/images/ktf/flac-website-sidebar.png > > The design changed a little because I couldn't get everything exactly > the same, which I assume isn't much of a problem. Its not. > Anyway, I've updated > the feed from the ancient atom format...
2012 Mar 05
2
How to choose a button and scrape the website data
hi all, I'm working on scrapping some website data to build a database. Under most cases, I can use package XML to get the dataset. However, some of the website doesn't give a explicit address of the downloaded tables. To be more specific, for example, I'm interested in the website http://ets.aeso.ca/ The data we are scraping is th...
2013 Mar 18
4
Inherit two classes?
Hello, I have a class called website, which requires both httpd and mysqld classes. Without defining it within the site.pp (node section). Is it possible to define that "website" requires these additions? Such as; class website inherits httpd, mysqld { ... } -- You received this message because you are subscribed to...