Boost your website traffic

2014-10-08 Thread Andy Hodge
 

Hi Sir /Madam,

 

I was going through your website and I found it impressive!!! However,when I
search for your business keywords I see your competitors ranked on 1st page
whereas I am unable to see your website anywhere on the 1st page of Google.

 

You being not ranked there on top, you are missing out on all those easy
prospects who have been searching for your products/services aggressively.

 

Don't you think you should rank on 1st page of Google so as your prospects
can easily land on your website, put an enquiry and you can contact them for
business?

 

Please check our standard packages listed as below:

 

 


SERVICE PLANS

Starter

Basic

Standard

Classic

Premium


KEYWORDS

10

15

20

30

40


TOTAL COST

Quarterly

Half-yearly

Yearly

Quarterly

Half-yearly

Yearly

Quarterly

Half-yearly

Yearly

Quarterly

Half-yearly

Yearly

Quarterly

Half-yearly

Yearly


$550 

$1,000 

$1,800 

$700 

$1,250 

$2,250 

$850 

$1,500 

$2,700 

$1,200 

$2,000 

$3,600 

$1,400 

$2,500 

$4,500 

 

Our Steps and the Activities to Rank You 1st Page on Google!

 

 1. Keywords Research

 2. Competition Analysis

 3. Optimized Content Creation

 4. Keywords Optimization

 5. Back Link Creation/Link Building

 6. Submission to Search Engines and Directories

 7. Submission to Article Directories

 

We are a team of 750+ professionals which includes 530 full time SEO
experts. We are proud to inform you that our team handled 2,000+ SEO
projects.

 

Please let me know if you have further questions about the same.

 

Contact us for the best quote for your website & we'll place your website on
1st page Google ranking for targeted keywords.

 

Thanks& Regard

Business Development Manager

Andy Hodge

PCL Technology 

Contact No :- +61-1800 015 944

Website :- www.pcltechnology.com

Note: - Though this is not an automated email, we keep on sending out these
emails to all those people whom we find eligible of using our services. To
unsubscribe from future mails (i.e., to ensure that we do not contact you
again for this matter), please send a blank mail to it with NO as Subject.

 

 

 

___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 194213] http://www.freebsd.org/cgi/man.cgi creates zero-sized PDFs

2014-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194213

John Baldwin  changed:

   What|Removed |Added

 Status|Needs Triage|Open
 CC||cluster...@freebsd.org,
   ||j...@freebsd.org
   Severity|Affects Only Me |Affects Many People

--- Comment #1 from John Baldwin  ---
Looks like man.cgi wants to run ps2pdf.  Is that not installed on the www
machine/jail after a recent upgrade?  If so, it should be whining about the
missing binary in the stderr logs.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


5.4.1. Getting Started with pkg

2014-10-08 Thread John Vinopal

Hi there,

I have a suggest improvement to the handbook.
https://www.freebsd.org/doc/handbook/pkgng-intro.html

Section "5.4.1. Getting Started with pkg" should discuss an issue with 
pkg2ng, namely that packages converted in this manner do not have 
correct meta-data regarding their "automatic" or "directly-installed" 
status.  Here is a suggested paragraph that will illuminate the issue 
for people upgrading via pkg2ng.


After pkg2ng has finished, converted 
packages are marked as "non-automatic". Non-automatic packages are those 
directly installed, while "automatic" packages are installed as a 
dependency.  The older package system did not record this meta-data.  In 
order to use tools such as pkg autoremove, 
you must manually set the "automatic" state for dependencies.  For 
example, pkg set -A 1 perl-5.14.  See 
pkg(8) for more information.


Thanks for your hard work!

-john

___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Scripts for rendering man pages in HTML?

2014-10-08 Thread Craig Rodrigues
Hi,

Where are the scripts for rendering man pages
in HTML ( https://www.freebsd.org/cgi/man.cgi )?

I would like to render the man pages for kyua ( http://github.com/jmmv/kyua
)
 and ATF ( http://github.com/jmmv/atf ) in
HTML, but these are not in the base system.

Thanks.

--
Craig
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: Scripts for rendering man pages in HTML?

2014-10-08 Thread Allan Jude
On 2014-10-08 19:56, Craig Rodrigues wrote:
> Hi,
> 
> Where are the scripts for rendering man pages
> in HTML ( https://www.freebsd.org/cgi/man.cgi )?
> 
> I would like to render the man pages for kyua ( http://github.com/jmmv/kyua
> )
>  and ATF ( http://github.com/jmmv/atf ) in
> HTML, but these are not in the base system.
> 
> Thanks.
> 
> --
> Craig
> ___
> freebsd-doc@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-doc
> To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
> 

At EuroBSDCon i was talking to the creators of man.cgi (Ingo and
Kristaps) and we were talking about moving FreeBSD over to that, because
the script used now, did not look very easy to work with.

But it is in the docs tree:
doc/head/en_US.ISO8859-1/htdocs/cgi/man.cgi


-- 
Allan Jude



signature.asc
Description: OpenPGP digital signature


accept(2): may return EAGAIN

2014-10-08 Thread Xin Li
Hi,

It seems like accept(2) may and does return EAGAIN.  Do the following
change look appropriate to you?

Index: lib/libc/sys/accept.2
===
--- lib/libc/sys/accept.2   (revision 272709)
+++ lib/libc/sys/accept.2   (working copy)
@@ -28,7 +28,7 @@
 .\" @(#)accept.2   8.2 (Berkeley) 12/11/93
 .\" $FreeBSD$
 .\"
-.Dd October 1, 2013
+.Dd October 9, 2014
 .Dt ACCEPT 2
 .Os
 .Sh NAME
@@ -201,7 +201,7 @@ The
 .Fa addr
 argument is not in a writable part of the
 user address space.
-.It Bq Er EWOULDBLOCK
+.It Bo Er EWOULDBLOCK Bc or Bq Er EAGAIN
 The socket is marked non-blocking and no connections
 are present to be accepted.
 .It Bq Er ECONNABORTED


Cheers,
-- 
Xin LI https://www.delphij.net/
FreeBSD - The Power to Serve!   Live free or die
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"